diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b002ad..0b28aa29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/informatievlaanderen/postal-registry/compare/v1.8.3...v1.9.0) (2019-08-12) + + +### Features + +* add missing event handlers where nothing was expected [#19](https://github.com/informatievlaanderen/postal-registry/issues/19) ([b0dd8fc](https://github.com/informatievlaanderen/postal-registry/commit/b0dd8fc)) + ## [1.8.3](https://github.com/informatievlaanderen/postal-registry/compare/v1.8.2...v1.8.3) (2019-08-09) diff --git a/package-lock.json b/package-lock.json index 4d1d0e42..86b1ac2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postal-registry", - "version": "1.8.3", + "version": "1.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d143844b..e57624bd 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postal-registry", - "version": "1.8.3", + "version": "1.9.0", "description": "Reference postal information registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",