From 08952739d17f14e36402bf58976910dcd0ba4323 Mon Sep 17 00:00:00 2001 From: Boris De Vloed Date: Tue, 14 Dec 2021 17:24:01 +0100 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b71b801..d0388b84d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ + +## 1.4.0 (2021-12-14) + +#### :rocket: Enhancement +* [#229](https://github.com/lblod/frontend-contact-hub/pull/229) Allow users to easily report wrong data ([@nbittich](https://github.com/nbittich)) +* [#228](https://github.com/lblod/frontend-contact-hub/pull/228) Only show the edit buttons if the user has the required permissions ([@nbittich](https://github.com/nbittich)) +* [#223](https://github.com/lblod/frontend-contact-hub/pull/223) Also show the province field when using CRAB on the positions pages ([@nbittich](https://github.com/nbittich)) + +#### :bug: Bug Fix +* [#227](https://github.com/lblod/frontend-contact-hub/pull/227) Fix a problem where the position name wasn't shown on the edit page ([@Windvis](https://github.com/Windvis)) +* [#225](https://github.com/lblod/frontend-contact-hub/pull/225) Show all related organisations of a central worship service ([@nbittich](https://github.com/nbittich)) +* [#224](https://github.com/lblod/frontend-contact-hub/pull/224) Fix "Mail ons" link in the address search functionality ([@Windvis](https://github.com/Windvis)) + +#### Committers: 2 +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) + + ## 1.3.0 (2021-11-26) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index 4cbf970c8..ebf9a70f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "frontend-contact-hub", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 81afa8c59..a4cd71740 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-contact-hub", - "version": "1.3.0", + "version": "1.4.0", "private": true, "description": "Frontend for Contact Hub", "repository": {