diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ca138..f8452ec 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.9](https://github.com/informatievlaanderen/csv-formatter/compare/v2.2.8...v2.2.9) (2020-11-19) + + +### Bug Fixes + +* remove set-env usage in gh-actions ([b3eae91](https://github.com/informatievlaanderen/csv-formatter/commit/b3eae91e1b3be66a44883308c9126f57352c733c)) + ## [2.2.8](https://github.com/informatievlaanderen/csv-formatter/compare/v2.2.7...v2.2.8) (2020-09-21) diff --git a/package-lock.json b/package-lock.json index 3521994..519b46f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "csv-formatter", - "version": "2.2.8", + "version": "2.2.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 836017d..0be4e7f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csv-formatter", - "version": "2.2.8", + "version": "2.2.9", "description": "ASP.NET Core MVC CSV formatter.", "author": "Basisregisters Vlaanderen", "license": "MIT",