diff --git a/CHANGELOG.md b/CHANGELOG.md index af241b22..a6147339 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/informatievlaanderen/parcel-registry/compare/v1.0.2...v1.0.3) (2019-02-06) + + +### Bug Fixes + +* properly serialise rfc 3339 dates ([a6c5003](https://github.com/informatievlaanderen/parcel-registry/commit/a6c5003)) + ## [1.0.2](https://github.com/informatievlaanderen/parcel-registry/compare/v1.0.1...v1.0.2) (2019-01-24) ## [1.0.1](https://github.com/informatievlaanderen/parcel-registry/compare/v1.0.0...v1.0.1) (2019-01-24) diff --git a/package-lock.json b/package-lock.json index d453ec31..92d53657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parcel-registry", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42c46f74..b27a2196 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-registry", - "version": "1.0.2", + "version": "1.0.3", "description": "Reference parcel registry.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",