commit 4822dfca23fd803af194e1f470299de4b6bbdf73
parent 02a712156436206a9f7c1e9909a98dd29d5dacfa
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 29 Oct 2021 21:48:53 +0000
chore(release): 3.1.3 [skip ci]
## [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))
Diffstat:
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git 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
@@ -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
@@ -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": {