diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c40f28a..ddee15f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,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.41.1](https://github.com/graasp/graasp-builder/compare/v2.41.0...v2.41.1) (2024-09-30) + + +### Bug Fixes + +* **deps:** update dependency lucide-react to v0.446.0 ([#1469](https://github.com/graasp/graasp-builder/issues/1469)) ([f6e9ef1](https://github.com/graasp/graasp-builder/commit/f6e9ef121caf55012b06b3d003e475091d838817)) + ## [2.41.0](https://github.com/graasp/graasp-builder/compare/v2.40.0...v2.41.0) (2024-09-27) diff --git a/package.json b/package.json index b204b8c49..fb2a7da85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.41.0", + "version": "2.41.1", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",