diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfe88d..a5d868e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.3](https://github.com/gavinr/github-csv-tools/compare/v3.1.2...v3.1.3) (2021-10-29) + + +### Bug Fixes + +* **version:** show proper version number in cli ([f89db20](https://github.com/gavinr/github-csv-tools/commit/f89db208c9bad2fbf555ceac0ab695b4174f77f2)) + ## [3.1.2](https://github.com/gavinr/github-csv-tools/compare/v3.1.1...v3.1.2) (2021-02-17) diff --git a/package-lock.json b/package-lock.json index 1e24e5a..cc3f15f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-csv-tools", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 707f3fd..61a55c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-csv-tools", - "version": "3.1.2", + "version": "3.1.3", "description": "Tools to import and export, via CSV, from GitHub.", "main": "index.js", "scripts": {