From f2a87117ba93b08b357ee567d8fee3839175164e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 22:26:21 +0200 Subject: [PATCH] chore(release): 2.17.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.17.0](https://github.com/kolplattformen/skolplattformen/compare/v2.16.1...v2.17.0) (2024-04-29) ### Features * 🎸 Added privacy policy for Öppna Elevappen on the site ([6eb6d3a](https://github.com/kolplattformen/skolplattformen/commit/6eb6d3a6e3b62d1ee1aabb46e6f514cc4ec909e8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 412316ac..250815ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.17.0](https://github.com/kolplattformen/skolplattformen/compare/v2.16.1...v2.17.0) (2024-04-29) + + +### Features + +* 🎸 Added privacy policy for Öppna Elevappen on the site ([6eb6d3a](https://github.com/kolplattformen/skolplattformen/commit/6eb6d3a6e3b62d1ee1aabb46e6f514cc4ec909e8)) + ## [2.16.1](https://github.com/kolplattformen/skolplattformen/compare/v2.16.0...v2.16.1) (2024-04-09) diff --git a/package.json b/package.json index db8a1350..0adbaf0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skolplattformen", - "version": "2.16.1", + "version": "2.17.0", "license": "MIT", "scripts": { "start": "nx start",