Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
<a name="1.0.0"></a>
# [1.0.0](v0.3.2...v1.0.0) (2016-06-20)

### Bug Fixes

* **cli:** disable angular defaults when a rc file is provided ([ef9a2b7](ef9a2b7))

### Features

* **rules:** update to latest default ruleset ([1c2f772](1c2f772))

### BREAKING CHANGES

* rules: fix: remove revert type
*  fix: add perf type
*  fix: allow multidigit release versions
*  feat: warn on footer-leading-blank
  • Loading branch information
marionebl committed Jun 20, 2016
1 parent 1c2f772 commit 40583dd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.2...v1.0.0) (2016-06-20)


### Bug Fixes

* **cli:** disable angular defaults when a rc file is provided ([ef9a2b7](https://github.com/marionebl/conventional-changelog-lint/commit/ef9a2b7))

### Features

* **rules:** update to latest default ruleset ([1c2f772](https://github.com/marionebl/conventional-changelog-lint/commit/1c2f772))


### BREAKING CHANGES

* rules: fix: remove revert type
* fix: add perf type
* fix: allow multidigit release versions
* feat: warn on footer-leading-blank



<a name="0.3.4"></a>
## [0.3.4](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.2...v0.3.4) (2016-04-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-lint",
"version": "0.3.4",
"version": "1.0.0",
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
"main": "distribution/index.js",
"files": [
Expand Down

0 comments on commit 40583dd

Please sign in to comment.