Skip to content

Commit 2befac0

Browse files
committed
chore(main): release 2.4.0
1 parent 5f33206 commit 2befac0

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.4.0](https://github.com/graasp/graasp/compare/v2.3.0...v2.4.0) (2025-05-23)
6+
7+
8+
### Features
9+
10+
* **graasp-import:** export and import the item thumbnails ([#1868](https://github.com/graasp/graasp/issues/1868)) ([0c0eb5a](https://github.com/graasp/graasp/commit/0c0eb5a82ca1766be6f7d84d992510eed67453e2))
11+
* move membership endpoints ([#1873](https://github.com/graasp/graasp/issues/1873)) ([72a2aba](https://github.com/graasp/graasp/commit/72a2abac820ae9103c86baedc4f20e785ff5bbac))
12+
13+
14+
### Bug Fixes
15+
16+
* **files-upload:** return simple error if exists ([#1866](https://github.com/graasp/graasp/issues/1866)) ([9c48b77](https://github.com/graasp/graasp/commit/9c48b7745cfd6af5686381933271d5a22726955a))
17+
* improve schemas for item_packed.thumbnails and search hits ([#1869](https://github.com/graasp/graasp/issues/1869)) ([5f33206](https://github.com/graasp/graasp/commit/5f332062f913e301a96bc03fdfd54994f2add9a0))
18+
519
## [2.3.0](https://github.com/graasp/graasp/compare/v2.2.1...v2.3.0) (2025-05-05)
620

721
### Features

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.3.0",
3+
"version": "2.4.0",
44
"engines": {
55
"node": ">=22.0.0"
66
},

0 commit comments

Comments
 (0)