From 7a4b987d6feb8537ca811229478f022f812fa0c2 Mon Sep 17 00:00:00 2001 From: Sam Van Campenhout Date: Thu, 13 Jan 2022 17:04:38 +0100 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0388b84d..b2b96bd3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ + +## 1.5.0 (2022-01-13) + +#### :rocket: Enhancement +* [#240](https://github.com/lblod/frontend-contact-hub/pull/240) Change events management ([@Windvis](https://github.com/Windvis)) +* [#231](https://github.com/lblod/frontend-contact-hub/pull/231) Move the form buttons to the top of the page ([@nbittich](https://github.com/nbittich)) +* [#230](https://github.com/lblod/frontend-contact-hub/pull/230) Validate that a KBO number is 10 digits long before saving ([@nbittich](https://github.com/nbittich)) + +#### :bug: Bug Fix +* [#236](https://github.com/lblod/frontend-contact-hub/pull/236) Ensure that timezones are ignored when saving dates selected with the datepicker ([@Windvis](https://github.com/Windvis)) + +#### Committers: 2 +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) + + ## 1.4.0 (2021-12-14) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index 49dcee3e8..ce3f7537e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "frontend-contact-hub", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0c87a6644..7b042c88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-contact-hub", - "version": "1.4.0", + "version": "1.5.0", "private": true, "description": "Frontend for Contact Hub", "repository": {