damus-github-export

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

commit 0d5ac4b5d66b354b932fc0a3eac4af587f6b848a
parent 80c5db80dc6647c351039a296bbd931888c9c031
Author: Gavin Rehkemper <gavin@gavinr.com>
Date:   Fri, 22 Dec 2017 13:21:00 -0600

releasing v0.3.0

Diffstat:
MCHANGELOG.md | 6++++++
Mindex.js | 2+-
Mpackage.json | 2+-
3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.0] - 2017-12-22 +### Changed +- Re-publishing to NPM with `LF` line endings instead of `CRLF` + + ## [0.2.0] - 2017-07-19 ### Added - Support for Hosted Github (See `--github_enterprise` commandline switch) @@ -23,4 +28,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). - A few basic tests [Unreleased]: https://github.com/gavinr/github-csv-tools/compare/v0.2.0...HEAD +[0.3.0]: https://github.com/gavinr/github-csv-tools/compare/v0.2.0...0.3.0 [0.2.0]: https://github.com/gavinr/github-csv-tools/compare/v0.1.0...0.2.0 diff --git a/index.js b/index.js @@ -10,7 +10,7 @@ const fs = require('fs') const Bottleneck = require('bottleneck') program - .version('0.2.0') + .version('0.3.0') .arguments('<file>') .option('--github_enterprise [github.my-company.com]', 'Your GitHub Enterprise URL.') .option('--token [token]', 'The GitHub token. https://github.com/settings/tokens') diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "github-csv-tools", - "version": "0.2.0", + "version": "0.3.0", "description": "Tools to import and export, via CSV, from GitHub.", "main": "index.js", "scripts": {