From 97c478eeb07defcc109817675eeaef5b02db1a76 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Fri, 7 Jun 2024 11:30:42 +0200 Subject: [PATCH] Release 5.1.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 464b6dc..baffa22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v5.1.6](https://github.com/RedTurtle/volto-editablefooter/compare/v5.1.5...v5.1.6) + +- fix: match path [`#13`](https://github.com/RedTurtle/volto-editablefooter/pull/13) + #### [v5.1.5](https://github.com/RedTurtle/volto-editablefooter/compare/v5.1.4...v5.1.5) +> 24 May 2024 + +- Release 5.1.5 [`b9accab`](https://github.com/RedTurtle/volto-editablefooter/commit/b9accab285c02fb97c13e68789ba0adb55931929) - remove console.log [`bb6c66d`](https://github.com/RedTurtle/volto-editablefooter/commit/bb6c66d5b97989978764c22b8384318f5decd4b7) #### [v5.1.4](https://github.com/RedTurtle/volto-editablefooter/compare/v5.1.3...v5.1.4) diff --git a/package.json b/package.json index c9ea95d..d1ff4c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-editablefooter", - "version": "5.1.5", + "version": "5.1.6", "description": "Volto addon for a customizable footer", "main": "src/index.js", "repository": "https://github.com/RedTurtle/volto-editablefooter.git",