Skip to content

Commit 7afe44d

Browse files
authored
chore(main): release 2.7.0 (#1943)
1 parent fbd872b commit 7afe44d

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.7.0](https://github.com/graasp/graasp/compare/v2.6.0...v2.7.0) (2025-07-23)
6+
7+
8+
### Features
9+
10+
* **password:** set login session in password login ([#1944](https://github.com/graasp/graasp/issues/1944)) ([b07c850](https://github.com/graasp/graasp/commit/b07c850d6dce7b99e0ab193b4f5b39c70b2a3018))
11+
12+
13+
### Bug Fixes
14+
15+
* check admin permission on recycled items for deletion ([#1949](https://github.com/graasp/graasp/issues/1949)) ([63ce44f](https://github.com/graasp/graasp/commit/63ce44f059accfe36c6130d910f4c029d6567086))
16+
* code smell with nested template string ([#1942](https://github.com/graasp/graasp/issues/1942)) ([2cb7732](https://github.com/graasp/graasp/commit/2cb77327c6431fc2e0a6a725c028cee3a8a1e3ed))
17+
* **deps:** update dependency form-data to v4.0.4 [security] ([#1954](https://github.com/graasp/graasp/issues/1954)) ([3d436fd](https://github.com/graasp/graasp/commit/3d436fd9da5d02f66e6837a6dcc8f88988dd5dd3))
18+
* improve get own recycled items with index ([#1955](https://github.com/graasp/graasp/issues/1955)) ([fbd872b](https://github.com/graasp/graasp/commit/fbd872ba61abc5894573c59ce45a30b3a4334ee5))
19+
* **indexing:** throw only for unexpected error on getting index ([#1953](https://github.com/graasp/graasp/issues/1953)) ([9776242](https://github.com/graasp/graasp/commit/97762425b4867954dd3ca0ef2beb6ec33cc460fa))
20+
* use `secure: true` instead of `smtps://` in mailer ([#1952](https://github.com/graasp/graasp/issues/1952)) ([03fec6c](https://github.com/graasp/graasp/commit/03fec6c1800ddb6a7c4e6394cd31d1d6421e9817))
21+
522
## [2.6.0](https://github.com/graasp/graasp/compare/v2.5.1...v2.6.0) (2025-07-17)
623

724

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

0 commit comments

Comments
 (0)