diff --git a/CHANGELOG.md b/CHANGELOG.md index 0382669..2fcd625 100644 --- 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 index 4811db2..4d9f761 100644 --- 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 index 8bc9d2a..08382d2 100644 --- 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": {