Skip to content

Latest commit

 

History

History
55 lines (25 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

55 lines (25 loc) · 2.21 KB

Change Log

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

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)