commit 66f15363511ff8c272844f527a4939996d8253a3
parent 56f447ad134e5647ad97208e72a3c100a7b8963e
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 30 Mar 2023 04:09:58 +0000
chore(release): 3.1.8 [skip ci]
## [3.1.8](https://github.com/gavinr/github-csv-tools/compare/v3.1.7...v3.1.8) (2023-03-30)
### Bug Fixes
* export issue ([#102](https://github.com/gavinr/github-csv-tools/issues/102)) ([56f447a](https://github.com/gavinr/github-csv-tools/commit/56f447ad134e5647ad97208e72a3c100a7b8963e))
Diffstat:
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.1.8](https://github.com/gavinr/github-csv-tools/compare/v3.1.7...v3.1.8) (2023-03-30)
+
+
+### Bug Fixes
+
+* export issue ([#102](https://github.com/gavinr/github-csv-tools/issues/102)) ([56f447a](https://github.com/gavinr/github-csv-tools/commit/56f447ad134e5647ad97208e72a3c100a7b8963e))
+
## [3.1.7](https://github.com/gavinr/github-csv-tools/compare/v3.1.6...v3.1.7) (2023-03-30)
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "github-csv-tools",
- "version": "3.1.7",
+ "version": "3.1.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "github-csv-tools",
- "version": "3.1.7",
+ "version": "3.1.8",
"license": "MIT",
"dependencies": {
"@octokit/plugin-throttling": "^5.0.1",
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "github-csv-tools",
- "version": "3.1.7",
+ "version": "3.1.8",
"description": "Tools to import and export, via CSV, from GitHub.",
"main": "index.js",
"scripts": {