damus-github-export

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

commit c5cacf7cbe6e880428afadad2ef1f28b6d09ada8
parent cf9a4d9985c8370fb734526f8d05000a85da2bb1
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri, 24 Mar 2023 04:55:56 +0000

chore(release): 3.1.6 [skip ci]

## [3.1.6](https://github.com/gavinr/github-csv-tools/compare/v3.1.5...v3.1.6) (2023-03-24)

### Bug Fixes

* **export:** testing auto release. ([cf9a4d9](https://github.com/gavinr/github-csv-tools/commit/cf9a4d9985c8370fb734526f8d05000a85da2bb1))

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.1.6](https://github.com/gavinr/github-csv-tools/compare/v3.1.5...v3.1.6) (2023-03-24) + + +### Bug Fixes + +* **export:** testing auto release. ([cf9a4d9](https://github.com/gavinr/github-csv-tools/commit/cf9a4d9985c8370fb734526f8d05000a85da2bb1)) + ## [3.1.5](https://github.com/gavinr/github-csv-tools/compare/v3.1.4...v3.1.5) (2023-03-24) diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-csv-tools", - "version": "3.1.5", + "version": "3.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-csv-tools", - "version": "3.1.5", + "version": "3.1.6", "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.5", + "version": "3.1.6", "description": "Tools to import and export, via CSV, from GitHub.", "main": "index.js", "scripts": {