From b06b703040255561aacca8726cd9a6670a4ac5fc Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Thu, 25 Feb 2021 22:42:42 +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 47ec0f3..128651e 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-slate-footnote/compare/1.0.2...2.0.0) + +- Volto 12 upgrade: ~/config -> @plone/volto/registry [`#6`](https://github.com/eea/volto-slate-footnote/pull/6) + #### [1.0.2](https://github.com/eea/volto-slate-footnote/compare/1.0.1...1.0.2) +> 22 February 2021 + - Improve footnote edit nodes' style [`#5`](https://github.com/eea/volto-slate-footnote/pull/5) +- Release 1.0.2 [`d6fb761`](https://github.com/eea/volto-slate-footnote/commit/d6fb761fe5dc089fafab92d54551893533df0da6) - Correct CSS properties order [`249bdcf`](https://github.com/eea/volto-slate-footnote/commit/249bdcfc00e405e9995db521f711e8a5fd9ce99b) #### [1.0.1](https://github.com/eea/volto-slate-footnote/compare/1.0.0...1.0.1) diff --git a/package.json b/package.json index e4e08bf..50c9f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-slate-footnote", - "version": "1.0.2", + "version": "2.0.0", "description": "volto-slate-footnote: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",