From d6fb761fe5dc089fafab92d54551893533df0da6 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Mon, 22 Feb 2021 13:36:24 +0200 Subject: [PATCH] Release 1.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87baa83..47ec0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). +#### [1.0.2](https://github.com/eea/volto-slate-footnote/compare/1.0.1...1.0.2) + +- Improve footnote edit nodes' style [`#5`](https://github.com/eea/volto-slate-footnote/pull/5) +- 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) +> 5 January 2021 + - Fix show multiple footnotes for the same citation on copy paste [`#3`](https://github.com/eea/volto-slate-footnote/pull/3) +- Release 1.0.1 [`7efbb88`](https://github.com/eea/volto-slate-footnote/commit/7efbb8877ac7c1cce40a6799527102e1d131d08f) - fix show multiple footnotes for the same citation on copy paste [`fe3391d`](https://github.com/eea/volto-slate-footnote/commit/fe3391d3b27f77cc2df663532497e27986509b14) - Release on npm by default [`0e96df2`](https://github.com/eea/volto-slate-footnote/commit/0e96df2605d86ebe4260ba43fa78c10227c87526) - [JENKINS] - Fix eslint [`7c01ec2`](https://github.com/eea/volto-slate-footnote/commit/7c01ec2a70916788541eaa00a3757e2593fb7ff7) diff --git a/package.json b/package.json index f8b00a0..c3c4fc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-slate-footnote", - "version": "1.0.1", + "version": "1.0.2", "description": "volto-slate-footnote: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",