From 07d5c82813fa8b0685a1548ddf642f2b53ea6eb4 Mon Sep 17 00:00:00 2001 From: Florian Sommariva Date: Tue, 10 Oct 2023 16:00:58 +0200 Subject: [PATCH] Bump package.json / 3.15.4 --- docs/changelog.md | 14 ++++++++++++++ frontend/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index a339e8d17..dd323a421 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,19 @@ # Changelog +## 3.15.4 (2023-10-10) + +**🚀 New features** + +- Ask the user's consent to deposit cookies (#982) + +**✨ Improvements** + +- Add the `privacyPolicyLink` key in `global.json` to define the link of privacy policy page (#982) + +**🔧 Maintenance** + +- Upgrade html-react-parser package to 2.0.0 (#982) + ## 3.15.3 (2023-10-02) **🚀 New features** diff --git a/frontend/package.json b/frontend/package.json index ae7758b9e..c0c27e5d3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "geotrek-rando-frontend", - "version": "3.15.3", + "version": "3.15.4", "private": true, "scripts": { "debug": "NODE_OPTIONS='--inspect' next ./src",