commit e1d51cfd6ad3ad2b93dec3e9112c682e0a901d20
parent 2ba3d7cbea92e6577843363ae33acf72e4234854
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 8 Feb 2021 02:36:38 +0000
chore(release): 3.1.1 [skip ci]
## [3.1.1](https://github.com/gavinr/github-csv-tools/compare/v3.1.0...v3.1.1) (2021-02-08)
### Bug Fixes
* **semantic-release:** re-run release to fix github release ([0d352df](https://github.com/gavinr/github-csv-tools/commit/0d352dfe2e8b57ddc8ccfb25c6984d164ba9d5f4))
Diffstat:
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.1.1](https://github.com/gavinr/github-csv-tools/compare/v3.1.0...v3.1.1) (2021-02-08)
+
+
+### Bug Fixes
+
+* **semantic-release:** re-run release to fix github release ([0d352df](https://github.com/gavinr/github-csv-tools/commit/0d352dfe2e8b57ddc8ccfb25c6984d164ba9d5f4))
+
# [3.1.0](https://github.com/gavinr/github-csv-tools/compare/v3.0.0...v3.1.0) (2021-02-08)
diff --git a/package-lock.json b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "github-csv-tools",
- "version": "3.1.0",
+ "version": "3.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "github-csv-tools",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "Tools to import and export, via CSV, from GitHub.",
"main": "index.js",
"scripts": {