diff --git a/CHANGELOG.md b/CHANGELOG.md index 7055ade25..79da2b318 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.5.1](https://github.com/graasp/graasp-builder/compare/v1.5.0...v1.5.1) (2023-07-26) + + +### Bug Fixes + +* **deps:** update ui for link fix ([#720](https://github.com/graasp/graasp-builder/issues/720)) ([63df349](https://github.com/graasp/graasp-builder/commit/63df349a6c4fca15fb44de258a8f90f54964d1cd)) + ## [1.5.0](https://github.com/graasp/graasp-builder/compare/v1.4.0...v1.5.0) (2023-07-26) diff --git a/package.json b/package.json index 634aaf819..20e7bde0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "1.5.0", + "version": "1.5.1", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",