Skip to content

Commit 875a77d

Browse files
committed
chore(release): v1.0.1
<a name="1.0.1"></a> ## [1.0.1](v1.0.0...v1.0.1) (2016-08-15) ### Bug Fixes * **rules:** respect keyword setting for scope-empty (#11) ([c646a60](c646a60)), closes [#10](#10)
1 parent c646a60 commit 875a77d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.1"></a>
2+
## [1.0.1](https://github.com/marionebl/conventional-changelog-lint/compare/v1.0.0...v1.0.1) (2016-08-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **rules:** respect keyword setting for scope-empty (#11) ([c646a60](https://github.com/marionebl/conventional-changelog-lint/commit/c646a60)), closes [#10](https://github.com/marionebl/conventional-changelog-lint/issues/10)
8+
9+
10+
111
<a name="1.0.0"></a>
212
# [1.0.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.2...v1.0.0) (2016-06-20)
313

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-lint",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
55
"main": "distribution/index.js",
66
"files": [
@@ -25,7 +25,9 @@
2525
},
2626
"ava": {
2727
"babel": "inherit",
28-
"require": ["babel-register"]
28+
"require": [
29+
"babel-register"
30+
]
2931
},
3032
"config": {
3133
"commitizen": {

0 commit comments

Comments
 (0)