diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2d119..d4fe48f 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). +#### [0.16.0-beta.6](https://github.com/eea/circularity-frontend/compare/0.16.0-beta.5...0.16.0-beta.6) + +- noninteractive build [`1d83896`](https://github.com/eea/circularity-frontend/commit/1d83896664c8e96e1e1e53f41809f07f76010414) + #### [0.16.0-beta.5](https://github.com/eea/circularity-frontend/compare/0.16.0-beta.4...0.16.0-beta.5) +> 8 November 2022 + - volto upgrade [`75b3e1b`](https://github.com/eea/circularity-frontend/commit/75b3e1bef5e2c9efb18759e3c352845ab7779db0) +- Release 0.16.0-beta.5 [`0852591`](https://github.com/eea/circularity-frontend/commit/08525918443434a71191c636cbb5f57d61a0ede9) #### [0.16.0-beta.4](https://github.com/eea/circularity-frontend/compare/0.16.0-beta.3...0.16.0-beta.4) diff --git a/package.json b/package.json index e365cb2..cddc3e2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "circularity-frontend", "description": "A Volto-powered Plone frontend", "license": "MIT", - "version": "0.16.0-beta.5", + "version": "0.16.0-beta.6", "scripts": { "start": "razzle start", "postinstall": "yarn omelette && yarn patches",