Skip to content

Commit 4b2c59f

Browse files
authored
chore(main): release 2.12.0 (#2051)
1 parent 608b5d5 commit 4b2c59f

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.12.0](https://github.com/graasp/graasp/compare/v2.11.0...v2.12.0) (2026-01-19)
6+
7+
8+
### Features
9+
10+
* return bad credentials error ([#2049](https://github.com/graasp/graasp/issues/2049)) ([ad77bbf](https://github.com/graasp/graasp/commit/ad77bbfd695e9d4696986998d3edadbd521df169))
11+
* return only deleted items up to 3 months ([#2048](https://github.com/graasp/graasp/issues/2048)) ([83bd4c4](https://github.com/graasp/graasp/commit/83bd4c4283a01d67f1ea96883e662cc043494e2f))
12+
13+
14+
### Bug Fixes
15+
16+
* add bust-cache on dev startup ([#2055](https://github.com/graasp/graasp/issues/2055)) ([290710a](https://github.com/graasp/graasp/commit/290710af04928559d778847eab21fcb6d3e784d9))
17+
* **deps:** upgrade node to v24.12 ([#2050](https://github.com/graasp/graasp/issues/2050)) ([1b36d09](https://github.com/graasp/graasp/commit/1b36d09be9e941e57ba70910a401576cf4262bfc))
18+
* udpate to allow s3 errors as OK validations ([608b5d5](https://github.com/graasp/graasp/commit/608b5d513a0f03540af0c0f9a19e6ef3c45354e3))
19+
* validation for thumbnails ([#2054](https://github.com/graasp/graasp/issues/2054)) ([608b5d5](https://github.com/graasp/graasp/commit/608b5d513a0f03540af0c0f9a19e6ef3c45354e3))
20+
521
## [2.11.0](https://github.com/graasp/graasp/compare/v2.10.4...v2.11.0) (2025-12-18)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graasp",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"engines": {
55
"node": ">=24.12.0"
66
},

0 commit comments

Comments
 (0)