Skip to content

Commit 96f6d29

Browse files
authored
chore(main): release 2.11.0 (#2043)
1 parent fd43e37 commit 96f6d29

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.11.0](https://github.com/graasp/graasp/compare/v2.10.4...v2.11.0) (2025-12-18)
6+
7+
8+
### Features
9+
10+
* add indexes to optimize item deletion ([#2046](https://github.com/graasp/graasp/issues/2046)) ([fd43e37](https://github.com/graasp/graasp/commit/fd43e37ffe4a6e8d63411a6d75dcb4cf0f06d211))
11+
* add migration for index on item's deleted at ([#2045](https://github.com/graasp/graasp/issues/2045)) ([eefb250](https://github.com/graasp/graasp/commit/eefb25060ed180305912e1dbc85beff7a393e0af))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** update dependency nodemailer to v7.0.11 [security] ([#2041](https://github.com/graasp/graasp/issues/2041)) ([3e1edc7](https://github.com/graasp/graasp/commit/3e1edc7da82ca993b1fe566b2dbac600032b49eb))
17+
* replace nginx proxy with caddy ([#2042](https://github.com/graasp/graasp/issues/2042)) ([8e5813a](https://github.com/graasp/graasp/commit/8e5813a9c65ad27c285204b9f004ef3a28b2ad50))
18+
519
## [2.10.4](https://github.com/graasp/graasp/compare/v2.10.3...v2.10.4) (2025-11-28)
620

721

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.10.4",
3+
"version": "2.11.0",
44
"engines": {
55
"node": ">=22.14.0"
66
},

0 commit comments

Comments
 (0)