diff --git a/CHANGELOG.md b/CHANGELOG.md index 84901159..aa1761e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.0.0-alpha.23](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.22...2.0.0-alpha.23) + +- update addons [`0e761c3`](https://github.com/eea/bise-frontend/commit/0e761c30f9d04bf82d50a841baee8c9acedb19ce) + #### [2.0.0-alpha.22](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.21...2.0.0-alpha.22) +> 9 June 2023 + - update addons [`72fa2c9`](https://github.com/eea/bise-frontend/commit/72fa2c991e9634f50b8d888bf1322e379cdc4f37) +- Release 2.0.0-alpha.22 [`0c6f13f`](https://github.com/eea/bise-frontend/commit/0c6f13f84aed21b1b671a382b4e370edf1f840f1) #### [2.0.0-alpha.21](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.20...2.0.0-alpha.21) diff --git a/package.json b/package.json index b19686ef..d21457ad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bise-frontend", "description": "Website frontend for BISE", "license": "MIT", - "version": "2.0.0-alpha.22", + "version": "2.0.0-alpha.23", "scripts": { "start": "razzle start", "postinstall": "make omelette && make patches",