Skip to content

Releases: ForbesLindesay/npm-package-template

v2.0.0

15 Mar 10:25
ae429de
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for node 8 (#5)

New Features

  • Update TypeScript (#5)

  • Update Jest (#5)

  • Use Change Log Version instead of Semantic Release (#5)

    Change Log Version allows you to attach a change log to the pull request, and then trigger a release based off the change logs in CI.

    Because the Change Log is just constructed in a UI, and there is a build status for whether the PR has a change log, it's much easier to avoid making mistakes than with semantic commits/semantic release.

Bug Fixes

  • Remove unnecessary git add as lint-staged now does this for you (#6)

v1.0.0

01 Nov 13:48
Compare
Choose a tag to compare

1.0.0 (2019-11-01)

Bug Fixes

Features