Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Windvis committed Jan 13, 2022
1 parent 766d0f7 commit 7a4b987
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-contact-hub",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"description": "Frontend for Contact Hub",
"repository": {
Expand Down

0 comments on commit 7a4b987

Please sign in to comment.