damus-github-export

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

commit 2ba3d7cbea92e6577843363ae33acf72e4234854
parent 0d352dfe2e8b57ddc8ccfb25c6984d164ba9d5f4
Author: Gavin Rehkemper <gavin@gavinr.com>
Date:   Sun,  7 Feb 2021 20:36:09 -0600

Merge branch 'master' of https://github.com/gavinr/github-csv-tools

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/gavinr/github-csv-tools/compare/v3.0.0...v3.1.0) (2021-02-08) + + +### Features + +* **ci:** re-running release via semantic-release ([80cb482](https://github.com/gavinr/github-csv-tools/commit/80cb482b886747fd672c9373340fc678997731df)) + # [3.0.0](https://github.com/gavinr/github-csv-tools/compare/v2.1.0...v3.0.0) (2021-02-08) diff --git a/package-lock.json b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-csv-tools", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "github-csv-tools", - "version": "3.0.0", + "version": "3.1.0", "description": "Tools to import and export, via CSV, from GitHub.", "main": "index.js", "scripts": {