From dc33fed8c5a9b2c8c08eed5a7b69df9bd891e9f3 Mon Sep 17 00:00:00 2001 From: razvanMiu Date: Fri, 5 Mar 2021 12:44:08 +0200 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d336d..7764db7 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](https://github.com/eea/volto-embed/compare/1.1.0...2.0.0) + +- Volto 12 compatibility [`d28ef95`](https://github.com/eea/volto-embed/commit/d28ef95b3f847244adde63fc47ea3c9de17703ab) + #### [1.1.0](https://github.com/eea/volto-embed/compare/1.0.0...1.1.0) +> 22 February 2021 + - Fixed jenkins [`6473b89`](https://github.com/eea/volto-embed/commit/6473b8973dfe6cb729ac6b03bd5ef449d4344801) +- Release 1.1.0 [`82a2708`](https://github.com/eea/volto-embed/commit/82a2708510eddce42599c10bb6c3a0401d2facf6) - Commented SonarQube [`4027e78`](https://github.com/eea/volto-embed/commit/4027e7855f9f0c1f28fe3b98f2f221150b71a49b) - Removed @eeacms namespace [`9227755`](https://github.com/eea/volto-embed/commit/9227755ecdb07d1480586a6413d6616f003f2bd8) - Typo [`36c3712`](https://github.com/eea/volto-embed/commit/36c3712f91c65bddfdf35ff7c39d31383baa66d8) diff --git a/package.json b/package.json index 75cbd09..7490e2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-embed", - "version": "1.1.0", + "version": "2.0.0", "description": "Embed external content", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",