diff --git a/CHANGELOG.md b/CHANGELOG.md index 107cecc91..1de51f1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.1](https://github.com/graasp/graasp-builder/compare/v2.3.0...v2.3.1) (2023-12-11) + + +### Bug Fixes + +* **deps:** update dependency @graasp/translations to v1.21.1 ([ce872cf](https://github.com/graasp/graasp-builder/commit/ce872cfa79fb03b212784a7cc76091a76033ef86)) +* udpate release-please condition ([8c13717](https://github.com/graasp/graasp-builder/commit/8c13717a559efe998a9e1fac209d91752a2baa8a)) + ## [2.3.0](https://github.com/graasp/graasp-builder/compare/v2.2.0...v2.3.0) (2023-12-08) diff --git a/package.json b/package.json index a95e4b969..56a1d9412 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.3.0", + "version": "2.3.1", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",