From cbcadd9c77ac1f707040f9df89556cd907c87539 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 4 Feb 2021 17:30:53 +0000 Subject: [PATCH] chore(release): 1.20.0 [skip ci] # [1.20.0](https://github.com/informatievlaanderen/road-registry/compare/v1.19.0...v1.20.0) (2021-02-04) ### Features * support paging thru the change feed ([#125](https://github.com/informatievlaanderen/road-registry/issues/125)) ([9e8d140](https://github.com/informatievlaanderen/road-registry/commit/9e8d140a2532f81690b528d63093131903e3f06e)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45dd65436..c73cde5cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.20.0](https://github.com/informatievlaanderen/road-registry/compare/v1.19.0...v1.20.0) (2021-02-04) + + +### Features + +* support paging thru the change feed ([#125](https://github.com/informatievlaanderen/road-registry/issues/125)) ([9e8d140](https://github.com/informatievlaanderen/road-registry/commit/9e8d140a2532f81690b528d63093131903e3f06e)) + # [1.19.0](https://github.com/informatievlaanderen/road-registry/compare/v1.18.0...v1.19.0) (2021-02-04) diff --git a/package-lock.json b/package-lock.json index 5925cb010..9ce0a16d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "road-registry", - "version": "1.19.0", + "version": "1.20.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f6af684e3..1139e8558 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "road-registry", - "version": "1.19.0", + "version": "1.20.0", "description": "Authentic base registry containing all road nodes and segments of Flanders.", "author": "Basisregisters Vlaanderen", "license": "EUPL-1.2",