From 2d2d88a8f0d7b85c8b72e175a180839378bc2161 Mon Sep 17 00:00:00 2001 From: release-bot Date: Thu, 28 Feb 2019 10:58:20 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/informatievlaanderen/shaperon/compare/v3.0.1...v3.1.0) (2019-02-28) ### Features * enumerators for shape and dbase records ([c894472](https://github.com/informatievlaanderen/shaperon/commit/c894472)) --- 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 ab7272a..95fb02a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/informatievlaanderen/shaperon/compare/v3.0.1...v3.1.0) (2019-02-28) + + +### Features + +* enumerators for shape and dbase records ([c894472](https://github.com/informatievlaanderen/shaperon/commit/c894472)) + ## [3.0.1](https://github.com/informatievlaanderen/shaperon/compare/v3.0.0...v3.0.1) (2019-02-26) # [3.0.0](https://github.com/informatievlaanderen/shaperon/compare/v2.0.0...v3.0.0) (2019-02-16) diff --git a/package-lock.json b/package-lock.json index def5604..24f6c75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shaperon", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fd19ead..340096b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shaperon", - "version": "3.0.1", + "version": "3.1.0", "description": "Lightweight dbase and shape record handling.", "author": "Basisregisters Vlaanderen", "license": "MIT",