Skip to content

Commit 7c7c0b1

Browse files
authored
chore(main): release 2.9.0 (#1982)
1 parent 93eb419 commit 7c7c0b1

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.9.0](https://github.com/graasp/graasp/compare/v2.8.1...v2.9.0) (2025-09-12)
6+
7+
8+
### Features
9+
10+
* add logs to pages ([#1979](https://github.com/graasp/graasp/issues/1979)) ([65dcd23](https://github.com/graasp/graasp/commit/65dcd23aed0b9bf682c5b723faff25904f33c021))
11+
12+
13+
### Bug Fixes
14+
15+
* catch error when getting thumbnail ([#1977](https://github.com/graasp/graasp/issues/1977)) ([93eb419](https://github.com/graasp/graasp/commit/93eb419d5c3322012a02729e56bd802629da6ada))
16+
* logout guest of deleted item and return itemLoginSchema in /current ([#1986](https://github.com/graasp/graasp/issues/1986)) ([19a75cd](https://github.com/graasp/graasp/commit/19a75cdac42bda28e723375677774c90ee0e0fff))
17+
* remove AWS task defs ([#1981](https://github.com/graasp/graasp/issues/1981)) ([64b5538](https://github.com/graasp/graasp/commit/64b55381b1bd95780c5b18bd62817b1a72683de0))
18+
* update nudenet to use latest release and control the classes that are inferred ([#1987](https://github.com/graasp/graasp/issues/1987)) ([628f19b](https://github.com/graasp/graasp/commit/628f19b842064b8594925bd24cc85a9f30c2c6fa))
19+
* use arm build ([#1980](https://github.com/graasp/graasp/issues/1980)) ([17ff722](https://github.com/graasp/graasp/commit/17ff722743a0e7430dc234c32eaaeca274aec29e))
20+
521
## [2.8.1](https://github.com/graasp/graasp/compare/v2.8.0...v2.8.1) (2025-09-04)
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.8.1",
3+
"version": "2.9.0",
44
"engines": {
55
"node": ">=22.14.0"
66
},

0 commit comments

Comments
 (0)