From 71cdea8057616b479e524af66582e042f5446966 Mon Sep 17 00:00:00 2001 From: nileshgulia1 Date: Wed, 9 Nov 2022 22:40:41 +0530 Subject: [PATCH] Release 0.16.0-beta.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bf411..ccc4469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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.11](https://github.com/eea/circularity-frontend/compare/0.16.0-beta.10...0.16.0-beta.11) + +- Release @eeacms/volto-circularity-policy@2.0.1 [`9999349`](https://github.com/eea/circularity-frontend/commit/99993492cea4359cd2e9d7a39e8b7f50f4142085) + #### [0.16.0-beta.10](https://github.com/eea/circularity-frontend/compare/0.16.0-beta.9...0.16.0-beta.10) +> 9 November 2022 + - Release @eeacms/volto-circularity-policy@2.0.0 [`1cffd73`](https://github.com/eea/circularity-frontend/commit/1cffd738e42e92a3a7a56b4f7e2ec4a15d14e698) - prepare for release [`9f451c7`](https://github.com/eea/circularity-frontend/commit/9f451c7c1a1e0d2536c7f826404fc8c80b276e9c) +- Release 0.16.0-beta.10 [`b1a21f8`](https://github.com/eea/circularity-frontend/commit/b1a21f8a9f0ee759ae1d1f6ef89266084065c664) #### [0.16.0-beta.9](https://github.com/eea/circularity-frontend/compare/0.16.0-beta.8...0.16.0-beta.9) diff --git a/package.json b/package.json index c7248a7..9dc0ea1 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.10", + "version": "0.16.0-beta.11", "scripts": { "start": "razzle start", "postinstall": "yarn omelette && yarn patches",