From 968565a842cc18faa1c0b4e1f5c3d5f9c0c838bb Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Tue, 15 Oct 2024 09:23:14 +0200 Subject: [PATCH] chore: release v2.2.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 252645b..15a6e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.2.10](https://github.com/collective/volto-gdpr-privacy/compare/v2.2.9...v2.2.10) (2024-10-15) + + +### Bug Fixes + +* added condition to identify if the file URL has or not @[@download](https://github.com/download) ([#22](https://github.com/collective/volto-gdpr-privacy/issues/22)) ([a30551e](https://github.com/collective/volto-gdpr-privacy/commit/a30551ebd99d60c14b52a7fb0662e742f50fb684)) + ### [2.2.9](https://github.com/collective/volto-gdpr-privacy/compare/v2.2.8...v2.2.9) (2024-07-11) diff --git a/package.json b/package.json index a77ed3d..1e7b9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-gdpr-privacy", - "version": "2.2.9", + "version": "2.2.10", "description": "Volto GDPR privacy add-on", "main": "src/index.js", "author": "collective",