damus-github-export

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

commit c61e43b446ef76eeb467c559d2aec638101e4feb
parent 1ee65e9bfc7dbf70fd3f2e80d2e776a7e758de24
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Thu, 30 Mar 2023 03:44:18 +0000

chore(release): 3.1.7 [skip ci]

## [3.1.7](https://github.com/gavinr/github-csv-tools/compare/v3.1.6...v3.1.7) (2023-03-30)

### Bug Fixes

* strip the UTF8 BOM ([#85](https://github.com/gavinr/github-csv-tools/issues/85)) ([1ee65e9](https://github.com/gavinr/github-csv-tools/commit/1ee65e9bfc7dbf70fd3f2e80d2e776a7e758de24))

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.7](https://github.com/gavinr/github-csv-tools/compare/v3.1.6...v3.1.7) (2023-03-30) + + +### Bug Fixes + +* strip the UTF8 BOM ([#85](https://github.com/gavinr/github-csv-tools/issues/85)) ([1ee65e9](https://github.com/gavinr/github-csv-tools/commit/1ee65e9bfc7dbf70fd3f2e80d2e776a7e758de24)) + ## [3.1.6](https://github.com/gavinr/github-csv-tools/compare/v3.1.5...v3.1.6) (2023-03-24) diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-csv-tools", - "version": "3.1.6", + "version": "3.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-csv-tools", - "version": "3.1.6", + "version": "3.1.7", "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.6", + "version": "3.1.7", "description": "Tools to import and export, via CSV, from GitHub.", "main": "index.js", "scripts": {