diff --git a/CHANGELOG.md b/CHANGELOG.md index aa1761e0..46cba519 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.24](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.23...2.0.0-alpha.24) + +- update addons [`dc55f30`](https://github.com/eea/bise-frontend/commit/dc55f30302c1e4292d63ca86960089edfb1209ed) + #### [2.0.0-alpha.23](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.22...2.0.0-alpha.23) +> 12 June 2023 + - update addons [`0e761c3`](https://github.com/eea/bise-frontend/commit/0e761c30f9d04bf82d50a841baee8c9acedb19ce) +- Release 2.0.0-alpha.23 [`0dd12e2`](https://github.com/eea/bise-frontend/commit/0dd12e2cdb3b4ea5bdbaf9e3965f0f75c907d3e2) #### [2.0.0-alpha.22](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.21...2.0.0-alpha.22) diff --git a/package.json b/package.json index 8cfa3162..ca788300 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.23", + "version": "2.0.0-alpha.24", "scripts": { "start": "razzle start", "postinstall": "make omelette && make patches",