diff --git a/CHANGELOG.md b/CHANGELOG.md index df3f8b5..bf9f0ae 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.39.0](https://github.com/eea/advisory-board-frontend/compare/0.38.0...0.39.0) - 20 April 2023 +### [0.40.0](https://github.com/eea/advisory-board-frontend/compare/0.39.0...0.40.0) - 25 April 2023 -#### :rocket: New Features +#### :rocket: Dependency updates -- feat: add favicons - refs #251773 [Mimi - [`9756e7c`](https://github.com/eea/advisory-board-frontend/commit/9756e7c37ad60e9719d5bbb6b945230e787383c3)] +- Release @eeacms/volto-climate-advisory-board-policy@0.1.33 [EEA Jenkins - [`f3bccb8`](https://github.com/eea/advisory-board-frontend/commit/f3bccb855fbbabf09f71a66d4e456feb2a04e273)] + +### [0.39.0](https://github.com/eea/advisory-board-frontend/compare/0.38.0...0.39.0) - 20 April 2023 #### :rocket: Dependency updates diff --git a/package.json b/package.json index 6e7ffab..5ac8125 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.39.0", + "version": "0.40.0", "scripts": { "start": "razzle start", "postinstall": "make omelette && make patches",