damus-github-export

Damus issue data exported from github
git clone git://jb55.com/damus-github-export
Log | Files | Refs | README | LICENSE

commit ec4f6a87cfe8e9f76146efd17d06c39dfe0ba8e7
parent 87c86168e998b11136c77b75c8630c3e7fdddfa7
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri, 31 Mar 2023 02:08:55 +0000

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 <delimiter>" ([#86](https://github.com/gavinr/github-csv-tools/issues/86)) ([87c8616](https://github.com/gavinr/github-csv-tools/commit/87c86168e998b11136c77b75c8630c3e7fdddfa7))

Diffstat:
MCHANGELOG.md | 7+++++++
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
3 files changed, 10 insertions(+), 3 deletions(-)

diff --git 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 <delimiter>" ([#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 @@ -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 @@ -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": {