diff --git a/CHANGELOG.md b/CHANGELOG.md index 6797191b9..f8897478e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.9.2](https://github.com/graasp/graasp-builder/compare/v2.9.1...v2.9.2) (2024-03-06) + + +### Bug Fixes + +* revert previous published item layout ([#1058](https://github.com/graasp/graasp-builder/issues/1058)) ([c635e5b](https://github.com/graasp/graasp-builder/commit/c635e5b6bab0665039b1f70d7c923fe1925dc6f5)) + ## [2.9.1](https://github.com/graasp/graasp-builder/compare/v2.9.0...v2.9.1) (2024-03-06) diff --git a/package.json b/package.json index 95844dc0d..3d52961a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.9.1", + "version": "2.9.2", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",