diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ca2674..17adc280 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. +## [1.14.1](https://github.com/graasp/graasp-library/compare/v1.14.0...v1.14.1) (2025-01-29) + + +### Bug Fixes + +* update home endpoints with generated api ([#740](https://github.com/graasp/graasp-library/issues/740)) ([066fe63](https://github.com/graasp/graasp-library/commit/066fe63f709d7ebeb5f02b6583dae6b091c6aa83)) + ## [1.14.0](https://github.com/graasp/graasp-library/compare/v1.13.0...v1.14.0) (2025-01-14) diff --git a/package.json b/package.json index 5114c6c2..c67082b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-library", - "version": "1.14.0", + "version": "1.14.1", "license": "AGPL-3.0-only", "scripts": { "start": "next dev -p 3005",