From 7efbb8877ac7c1cce40a6799527102e1d131d08f Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Tue, 5 Jan 2021 20:33:04 +0200 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc44b18..87baa83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ 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.0](https://github.com/eea/volto-slate-footnote/compare/0.3.1...1.0.0) +#### [1.0.1](https://github.com/eea/volto-slate-footnote/compare/1.0.0...1.0.1) + +- Fix show multiple footnotes for the same citation on copy paste [`#3`](https://github.com/eea/volto-slate-footnote/pull/3) +- 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) + +### [1.0.0](https://github.com/eea/volto-slate-footnote/compare/0.3.1...1.0.0) + +> 17 November 2020 - [JENKINS] - Add pipeline, update docs [`d5b6d50`](https://github.com/eea/volto-slate-footnote/commit/d5b6d50d878e596aac4713d7b2293ab4e001d993) +- Release 1.0.0 [`7ae4302`](https://github.com/eea/volto-slate-footnote/commit/7ae4302133411806168b5ea17bec5a267413e2cb) - Update docs [`9efeb4e`](https://github.com/eea/volto-slate-footnote/commit/9efeb4e33ec8f58e6101875b593e34f1098cac20) - Add missing dependency: volto-slate [`e2a6625`](https://github.com/eea/volto-slate-footnote/commit/e2a662538b3b53006a30c171e84e6cbce0c20720) diff --git a/package.json b/package.json index 35ea0e4..f8b00a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-slate-footnote", - "version": "1.0.0", + "version": "1.0.1", "description": "volto-slate-footnote: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",