damus-github-export

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

commit 7d876e3ffc93022b5f50f45e64f386925c71fcc9
parent d9a9282ad0bff7817f07668acda5e36939fe3ffd
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Wed, 17 Aug 2022 02:59:27 +0000

chore(release): 3.1.4 [skip ci]

## [3.1.4](https://github.com/gavinr/github-csv-tools/compare/v3.1.3...v3.1.4) (2022-08-17)

### Bug Fixes

* **import:** rate limit fix for imports ([d9a9282](https://github.com/gavinr/github-csv-tools/commit/d9a9282ad0bff7817f07668acda5e36939fe3ffd))

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.4](https://github.com/gavinr/github-csv-tools/compare/v3.1.3...v3.1.4) (2022-08-17) + + +### Bug Fixes + +* **import:** rate limit fix for imports ([d9a9282](https://github.com/gavinr/github-csv-tools/commit/d9a9282ad0bff7817f07668acda5e36939fe3ffd)) + ## [3.1.3](https://github.com/gavinr/github-csv-tools/compare/v3.1.2...v3.1.3) (2021-10-29) diff --git a/package-lock.json b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-csv-tools", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "github-csv-tools", - "version": "3.1.3", + "version": "3.1.4", "description": "Tools to import and export, via CSV, from GitHub.", "main": "index.js", "scripts": { @@ -57,4 +57,4 @@ "@semantic-release/git" ] } -}- \ No newline at end of file +}