From ec4f6a87cfe8e9f76146efd17d06c39dfe0ba8e7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Mar 2023 02:08:55 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] # [3.2.0](https://github.com/gavinr/github-csv-tools/compare/v3.1.8...v3.2.0) (2023-03-31) ### Features * option "--csvDelimiter " ([#86](https://github.com/gavinr/github-csv-tools/issues/86)) ([87c8616](https://github.com/gavinr/github-csv-tools/commit/87c86168e998b11136c77b75c8630c3e7fdddfa7)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d7856..7ba13c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/gavinr/github-csv-tools/compare/v3.1.8...v3.2.0) (2023-03-31) + + +### Features + +* option "--csvDelimiter " ([#86](https://github.com/gavinr/github-csv-tools/issues/86)) ([87c8616](https://github.com/gavinr/github-csv-tools/commit/87c86168e998b11136c77b75c8630c3e7fdddfa7)) + ## [3.1.8](https://github.com/gavinr/github-csv-tools/compare/v3.1.7...v3.1.8) (2023-03-30) diff --git a/package-lock.json b/package-lock.json index 9b421a0..f6b0de6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-csv-tools", - "version": "3.1.8", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-csv-tools", - "version": "3.1.8", + "version": "3.2.0", "license": "MIT", "dependencies": { "@octokit/plugin-throttling": "^5.0.1", diff --git a/package.json b/package.json index 8ce5054..2bb9fbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-csv-tools", - "version": "3.1.8", + "version": "3.2.0", "description": "Tools to import and export, via CSV, from GitHub.", "main": "index.js", "scripts": {