diff --git a/CHANGELOG.md b/CHANGELOG.md index baffa22..e1f38d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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.7](https://github.com/RedTurtle/volto-editablefooter/compare/v5.1.6...v5.1.7) + +> 20 June 2024 + +- fix: column text empty [`facca9b`](https://github.com/RedTurtle/volto-editablefooter/commit/facca9b6c49a2092c6cdfcbe30767efc77c8c2c2) + #### [v5.1.6](https://github.com/RedTurtle/volto-editablefooter/compare/v5.1.5...v5.1.6) +> 7 June 2024 + - fix: match path [`#13`](https://github.com/RedTurtle/volto-editablefooter/pull/13) +- Release 5.1.6 [`97c478e`](https://github.com/RedTurtle/volto-editablefooter/commit/97c478eeb07defcc109817675eeaef5b02db1a76) #### [v5.1.5](https://github.com/RedTurtle/volto-editablefooter/compare/v5.1.4...v5.1.5) diff --git a/package.json b/package.json index d1ff4c4..312d97a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-editablefooter", - "version": "5.1.6", + "version": "5.1.7", "description": "Volto addon for a customizable footer", "main": "src/index.js", "repository": "https://github.com/RedTurtle/volto-editablefooter.git",