From 092d95a721dbbdbab7972f71a7db610b4254101c Mon Sep 17 00:00:00 2001 From: Piero Nicolli Date: Tue, 24 Dec 2024 09:55:53 +0100 Subject: [PATCH] chore: release v0.4.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e752c89..3f147f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.4.5](https://github.com/collective/volto-contents-next/compare/v0.4.4...v0.4.5) (2024-12-24) + + +### Bug Fixes + +* porting of pr https://github.com/plone/volto/pull/6554 ([64d533e](https://github.com/collective/volto-contents-next/commit/64d533e9a44bfd51f0d9712165b0c277b00e1551)) + ## [0.4.4](https://github.com/collective/volto-contents-next/compare/v0.4.3...v0.4.4) (2024-06-05) diff --git a/package.json b/package.json index db64d39..d525088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plone-collective/volto-contents-next", - "version": "0.4.4", + "version": "0.4.5", "description": "volto-contents-next: Volto add-on", "main": "src/index.js", "license": "MIT",