Skip to content

Commit 55642e8

Browse files
authored
chore(main): release 2.6.0 (#1935)
1 parent a3a93a3 commit 55642e8

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.6.0](https://github.com/graasp/graasp/compare/v2.5.1...v2.6.0) (2025-07-17)
6+
7+
8+
### Features
9+
10+
* create build index worker ([#1928](https://github.com/graasp/graasp/issues/1928)) ([547611c](https://github.com/graasp/graasp/commit/547611cd9b20c6e1c9817e92f05445a344ac6787))
11+
* optimize query for indexing items ([#1937](https://github.com/graasp/graasp/issues/1937)) ([a3a93a3](https://github.com/graasp/graasp/commit/a3a93a35c09b4714fe97544c70c388d987e68157))
12+
13+
14+
### Bug Fixes
15+
16+
* lowercase the email when requesting an email change ([#1940](https://github.com/graasp/graasp/issues/1940)) ([dcef3c0](https://github.com/graasp/graasp/commit/dcef3c0bfcb7f56331da3f79a2dcde0e1a33cfd9))
17+
* remove legacy push action to graasp-deploy ([#1933](https://github.com/graasp/graasp/issues/1933)) ([a0db759](https://github.com/graasp/graasp/commit/a0db75960946ecb71d7bc9b5290f6369d3501400))
18+
* remove unused configuration and decoration for the file service ([#1934](https://github.com/graasp/graasp/issues/1934)) ([882b469](https://github.com/graasp/graasp/commit/882b469e381a87311e8a793fd7293ca67d64aba5))
19+
* upgrade openai models ([#1918](https://github.com/graasp/graasp/issues/1918)) ([2937830](https://github.com/graasp/graasp/commit/2937830ffab8b56c9e5b1968842ad6cf922dc20c))
20+
521
## [2.5.1](https://github.com/graasp/graasp/compare/v2.5.0...v2.5.1) (2025-06-30)
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.5.1",
3+
"version": "2.6.0",
44
"engines": {
55
"node": ">=22.14.0"
66
},

0 commit comments

Comments
 (0)