Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Releases: node-gh/gh

v1.13.5

11 Oct 00:46
Compare
Choose a tag to compare

1.13.5 (2018-10-11)

Bug Fixes

  • pull-request: add option in config to use https instead of ssh (7dac953), closes #436

v1.13.4

28 Sep 19:45
Compare
Choose a tag to compare

1.13.4 (2018-09-28)

Bug Fixes

  • license: update license file name and readme reference (7c7561f)

v1.13.3

15 Sep 16:01
Compare
Choose a tag to compare

1.13.3 (2018-09-15)

Bug Fixes

  • pull-request.js: remove throw from pull request submission error handling (cc9eab8), closes #567
  • pull-request.js: Update pull request send error handling (a310da9), closes #567

v1.13.2

05 Sep 19:20
Compare
Choose a tag to compare

1.13.2 (2018-09-05)

Performance Improvements

  • profiling: add flame graph generation to npm scripts (88a9284)

Update Dependencies & add Semantic Release Strategy

26 Aug 07:53
Compare
Choose a tag to compare

This release:

  • Updates outdated dependencies
  • Fixes vulnerabilities listed in npm audit
  • Closes #557
  • Adds Semantic Release in Travis CI
  • Adds Commitizen to simplify following a stricter commit process
  • ead1a2c...625394b

v1.12.14

26 Jul 22:07
Compare
Choose a tag to compare

v1.12.13

04 Jul 03:36
Compare
Choose a tag to compare
  • Add pagination for repo requests
  • Reduce pagination batch sizes from 1000 to 100 to reflect Github's pagination limits

v1.12.12

22 Jun 14:53
Compare
Choose a tag to compare
  • Replace open with opn npm package

v1.12.8

23 Jun 14:36
Compare
Choose a tag to compare
  • Fix browser less mode #445

v1.12.7

22 Jun 21:41
Compare
Choose a tag to compare

This release solve two minor issues:

  • Don't pull tags on fetching remote branch #446
  • Created At Date is Incorrect #429