commit 101411bd87581a1fc4e5d824fb317a9d43c7c938
parent b29c66476f2eb8f025be8aba11cd5e4c92525e67
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 17 Feb 2021 04:00:12 +0000
chore(release): 3.1.2 [skip ci]
## [3.1.2](https://github.com/gavinr/github-csv-tools/compare/v3.1.1...v3.1.2) (2021-02-17)
### Bug Fixes
* **package:** Security updates for deps ([b29c664](https://github.com/gavinr/github-csv-tools/commit/b29c66476f2eb8f025be8aba11cd5e4c92525e67))
Diffstat:
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.1.2](https://github.com/gavinr/github-csv-tools/compare/v3.1.1...v3.1.2) (2021-02-17)
+
+
+### Bug Fixes
+
+* **package:** Security updates for deps ([b29c664](https://github.com/gavinr/github-csv-tools/commit/b29c66476f2eb8f025be8aba11cd5e4c92525e67))
+
## [3.1.1](https://github.com/gavinr/github-csv-tools/compare/v3.1.0...v3.1.1) (2021-02-08)
diff --git a/package-lock.json b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "github-csv-tools",
- "version": "3.1.1",
+ "version": "3.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "github-csv-tools",
- "version": "3.1.1",
+ "version": "3.1.2",
"description": "Tools to import and export, via CSV, from GitHub.",
"main": "index.js",
"scripts": {