Releases: ForbesLindesay/npm-package-template
Releases · ForbesLindesay/npm-package-template
v2.0.0
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)