Skip to content

Latest commit

 

History

History
132 lines (57 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

132 lines (57 loc) · 5.66 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.4.0 (2016-07-13)

Bug Fixes

  • index.js: use blue figures.info for last checkpoint (#64) (e600b42)

Features

  • changelogStream: use more default opts (#67) (3e0aa84)

2.3.1 (2016-06-15)

Bug Fixes

  • commit: fix windows by separating add and commit exec (#55) (f361c46), closes #55 #49

2.3.0 (2016-06-02)

Bug Fixes

  • append line feed to end of package.json (#42)(178e001)

Features

  • index.js: add checkpoint for publish script after tag successfully (#47)(e414ed7)
  • add a --no-verify option to prevent git hooks from being verified (#44)(026d844)

2.2.1 (2016-05-02)

Bug Fixes

  • upgrade to version of nyc that works with new shelljs(c7ac6e2)

2.2.0 (2016-05-01)

Bug Fixes

  • format the annotated tag message (#28)(8f02736)
  • upgraded dependencies, switched back to angular format (fixes #27), pinned shelljs to version that works with nyc (#30)(3f51e94)

Features

  • add --sign flag to sign git commit and tag (#29)(de758bc)

2.1.2 (2016-04-11)

Bug Fixes

2.1.1 (2016-04-10)

Bug Fixes

  • docs: had a bad URL in package.json, which was breaking all of our links (caa6359)

2.1.0 (2016-04-10)

Features

2.0.0 (2016-04-09)

  • feat(conventional-changelog-standard): Move to conventional-changelog-standard style. This style lifts the character limit on commit messages, and puts us in a position to make more opinionated decisions in the future. (c7ccadb)

BREAKING CHANGES

  • we no longer accept the preset configuration option.

1.1.0 (2016-04-08)

Features

  • cli: use conventional default commit message with version (9fadc5f)
  • rebrand: rebrand recommended-workflow to standard-version (#9) (1f673c0)
  • tests: adds test suite, fixed several Node 0.10 issues along the way (03bd86c)

1.0.0 (2016-04-04)

Features

  • initial-release: adds flag for generating CHANGELOG.md on the first release. (b812b44)