From 78aa05da2e064634ea6290e476952c7d0c3a5bc8 Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Wed, 30 Mar 2022 13:36:44 +0200 Subject: [PATCH] Release 1.7.0-4 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6efcf6b..623732fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ + +## 1.7.0-4 (2022-03-30) + +#### :bug: Bug Fix +* [#300](https://github.com/lblod/frontend-organization-portal/pull/300) fix feature municipality ([@nbittich](https://github.com/nbittich)) + +#### Committers: 1 +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) + ## 1.7.0-3 (2022-03-29) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 0a5158d48..30c3965bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-organization-portal", - "version": "1.7.0-3", + "version": "1.7.0-4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "frontend-organization-portal", - "version": "1.7.0-3", + "version": "1.7.0-4", "license": "MIT", "devDependencies": { "@appuniversum/ember-appuniversum": "^1.0.2", diff --git a/package.json b/package.json index 52be01aa4..77a812819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-organization-portal", - "version": "1.7.0-3", + "version": "1.7.0-4", "private": true, "description": "Frontend for Contact Hub", "repository": {