Skip to content

Commit 40583dd

Browse files
committed
chore(release): v1.0.0
<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
1 parent 1c2f772 commit 40583dd

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="1.0.0"></a>
2+
# [1.0.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.2...v1.0.0) (2016-06-20)
3+
4+
5+
### Bug Fixes
6+
7+
* **cli:** disable angular defaults when a rc file is provided ([ef9a2b7](https://github.com/marionebl/conventional-changelog-lint/commit/ef9a2b7))
8+
9+
### Features
10+
11+
* **rules:** update to latest default ruleset ([1c2f772](https://github.com/marionebl/conventional-changelog-lint/commit/1c2f772))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* rules: fix: remove revert type
17+
* fix: add perf type
18+
* fix: allow multidigit release versions
19+
* feat: warn on footer-leading-blank
20+
21+
22+
123
<a name="0.3.4"></a>
224
## [0.3.4](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.2...v0.3.4) (2016-04-15)
325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-lint",
3-
"version": "0.3.4",
3+
"version": "1.0.0",
44
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
55
"main": "distribution/index.js",
66
"files": [

0 commit comments

Comments
 (0)