diff --git a/CHANGELOG.md b/CHANGELOG.md index b99003c..fae0623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ 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). -### [0.14.0](https://github.com/eea/advisory-board-frontend/compare/0.13.0...0.14.0) - 22 March 2023 +### [0.15.0](https://github.com/eea/advisory-board-frontend/compare/0.14.0...0.15.0) - 23 March 2023 -#### :rocket: Dependency updates +#### :rocket: New Features -- Release @eeacms/volto-climate-advisory-board-policy@0.1.10 [EEA Jenkins - [`0e8e1a6`](https://github.com/eea/advisory-board-frontend/commit/0e8e1a6204cf49cdf28e7b6b0fc37fa845be2017)] +- feat: remove language dropdown [ana-oprea - [`a43a93c`](https://github.com/eea/advisory-board-frontend/commit/a43a93c653699cd540768f321b03be0191775452)] + +### [0.14.0](https://github.com/eea/advisory-board-frontend/compare/0.13.0...0.14.0) - 22 March 2023 ### [0.13.0](https://github.com/eea/advisory-board-frontend/compare/0.12.0...0.13.0) - 22 March 2023 diff --git a/package.json b/package.json index 53ae87b..05f3f19 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "advisory-board-frontend", "description": "A Volto-powered Plone frontend", "license": "MIT", - "version": "0.14.0", + "version": "0.15.0", "scripts": { "start": "razzle start", "postinstall": "make omelette && make patches",