commit ebf2d7ab52d7381e85f45bcb6afd8cee6bd479db
parent 2cc7a53ad4043d18baa7e91a907d04cf350b9ea9
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 24 Mar 2023 04:42:30 +0000
chore(release): 3.1.5 [skip ci]
## [3.1.5](https://github.com/gavinr/github-csv-tools/compare/v3.1.4...v3.1.5) (2023-03-24)
### Bug Fixes
* **import:** milestone ([2c205b6](https://github.com/gavinr/github-csv-tools/commit/2c205b69e1e31934d27d436d134e1822719b0a1d))
Diffstat:
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.1.5](https://github.com/gavinr/github-csv-tools/compare/v3.1.4...v3.1.5) (2023-03-24)
+
+
+### Bug Fixes
+
+* **import:** milestone ([2c205b6](https://github.com/gavinr/github-csv-tools/commit/2c205b69e1e31934d27d436d134e1822719b0a1d))
+
## [3.1.4](https://github.com/gavinr/github-csv-tools/compare/v3.1.3...v3.1.4) (2022-08-17)
diff --git a/package-lock.json b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "github-csv-tools",
- "version": "3.1.4",
+ "version": "3.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "github-csv-tools",
- "version": "3.1.4",
+ "version": "3.1.5",
"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.4",
+ "version": "3.1.5",
"description": "Tools to import and export, via CSV, from GitHub.",
"main": "index.js",
"scripts": {