From d2298d25b1e0104fb551255883a8b3652b64ec24 Mon Sep 17 00:00:00 2001 From: Nordine Bittich Date: Mon, 30 May 2022 09:05:51 +0200 Subject: [PATCH] Release 1.9.0-2 --- 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 91c0c1a03..41e1795b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ + +## 1.9.0-2 (2022-05-30) + +#### :bug: Bug Fix +* [#352](https://github.com/lblod/frontend-organization-portal/pull/352) fix address on edit ([@nbittich](https://github.com/nbittich)) + +#### Committers: 1 +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) + ## 1.9.0-1 (2022-05-24) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 5d649a05c..b4889369d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-organization-portal", - "version": "1.9.0-1", + "version": "1.9.0-2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "frontend-organization-portal", - "version": "1.9.0-1", + "version": "1.9.0-2", "license": "MIT", "devDependencies": { "@appuniversum/ember-appuniversum": "^1.0.6", diff --git a/package.json b/package.json index e54ffa36f..e752ec477 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-organization-portal", - "version": "1.9.0-1", + "version": "1.9.0-2", "private": true, "description": "Frontend for Contact Hub", "repository": {