diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c723f14..153ac8f40 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.46.0](https://github.com/graasp/graasp-builder/compare/v2.45.0...v2.46.0) (2024-11-06) + + +### Features + +* **refactor:** update ShortLink types from SDK ([#1562](https://github.com/graasp/graasp-builder/issues/1562)) ([463432b](https://github.com/graasp/graasp-builder/commit/463432b20cc71fd73fe3b7bc73e970978f3d5380)) + ## [2.45.0](https://github.com/graasp/graasp-builder/compare/v2.44.0...v2.45.0) (2024-11-04) diff --git a/package.json b/package.json index a11701364..f9ac5299c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.45.0", + "version": "2.46.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",