Skip to content

Commit 6e14a35

Browse files
committed
chore(release): 0.1.2
<a name="0.1.2"></a> ## [0.1.2](v0.1.1...v0.1.2) (2016-02-14) ### Bug Fixes * enforce addition of distribution folder ([cbe3a90](cbe3a90))
1 parent cbe3a90 commit 6e14a35

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="0.1.2"></a>
2+
## [0.1.2](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.1...v0.1.2) (2016-02-14)
3+
4+
5+
### Bug Fixes
6+
7+
* enforce addition of distribution folder ([cbe3a90](https://github.com/marionebl/conventional-changelog-lint/commit/cbe3a90))
8+
9+
10+
111
<a name="0.1.1"></a>
212
## [0.1.1](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.0...v0.1.1) (2016-02-14)
313

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "conventional-changelog-lint",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
55
"main": "distribution/index.js",
6-
"files": ["distribution"],
6+
"files": [
7+
"distribution"
8+
],
79
"bin": {
810
"conventional-changelog-lint": "distribution/cli.js"
911
},

0 commit comments

Comments
 (0)