diff --git a/CHANGELOG.md b/CHANGELOG.md index 3631f150..7cf86380 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.26](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.25...2.0.0-alpha.26) + +- update addons [`3854c5f`](https://github.com/eea/bise-frontend/commit/3854c5f321fd48b4026e279b3dcdd81421f02d83) + #### [2.0.0-alpha.25](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.24...2.0.0-alpha.25) +> 26 June 2023 + - update addons [`8f2bc5c`](https://github.com/eea/bise-frontend/commit/8f2bc5c515b878d711864a6d64a5481a7abc7d92) +- Release 2.0.0-alpha.25 [`8c79a91`](https://github.com/eea/bise-frontend/commit/8c79a91b417ec42ab7293d1b781fd908cf219291) #### [2.0.0-alpha.24](https://github.com/eea/bise-frontend/compare/2.0.0-alpha.23...2.0.0-alpha.24) diff --git a/package.json b/package.json index 5b7eb687..00a0bfcb 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.25", + "version": "2.0.0-alpha.26", "scripts": { "start": "razzle start", "postinstall": "make omelette && make patches",