From 0386d8123676f67088b0c546552d2652b996f715 Mon Sep 17 00:00:00 2001 From: nzambello Date: Thu, 25 Mar 2021 13:02:33 +0100 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0037fee..8c07c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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). -#### [v3.0.0](https://github.com/RedTurtle/volto-editablefooter/compare/v2.1.0...v3.0.0) +#### [v3.1.0](https://github.com/RedTurtle/volto-editablefooter/compare/v3.0.0...v3.1.0) + +- refactor: get items by path [`#5`](https://github.com/RedTurtle/volto-editablefooter/pull/5) + +### [v3.0.0](https://github.com/RedTurtle/volto-editablefooter/compare/v2.1.0...v3.0.0) + +> 24 March 2021 - Volto 12 compatibility [`#4`](https://github.com/RedTurtle/volto-editablefooter/pull/4) - chore: add local translations [`65fda2d`](https://github.com/RedTurtle/volto-editablefooter/commit/65fda2d4fcd9b39e8b106d216805d51043d449df) - chore(i18n): update translations [`24e7c27`](https://github.com/RedTurtle/volto-editablefooter/commit/24e7c2775929f25c65815e9673d5b55b1e2f5783) - feat: add compatibility with volto 12 [`601ea93`](https://github.com/RedTurtle/volto-editablefooter/commit/601ea93b6e412451d25906117109d129c8bd9d7f) +- Release 3.0.0 [`88066c3`](https://github.com/RedTurtle/volto-editablefooter/commit/88066c32b679c2fafa4a373285a26857b119ff50) - refactor: rewrite config imports using volto registry [`f7ce6df`](https://github.com/RedTurtle/volto-editablefooter/commit/f7ce6dfa29523b7490e6e2b39c8a89e07869c432) - docs: volto 12 compatibility [`f54c84f`](https://github.com/RedTurtle/volto-editablefooter/commit/f54c84fa90e22734897e6a36ceb324140ab97860) - docs: info on volto 12 compatibility [`afcaf56`](https://github.com/RedTurtle/volto-editablefooter/commit/afcaf561d62ee3b75d4a35b769ab009010783c26) diff --git a/package.json b/package.json index 838ce3e..61bfc9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-editablefooter", - "version": "3.0.0", + "version": "3.1.0", "description": "Volto addon for a customizable footer", "main": "src/index.js", "repository": "https://github.com/RedTurtle/volto-editablefooter.git",