Skip to content

Commit 1790137

Browse files
committed
chore(release): 0.12.0
1 parent eea19a4 commit 1790137

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.12.0"></a>
6+
# [0.12.0](https://github.com/whizark/commitlint-config-cz/compare/v0.11.1...v0.12.0) (2019-06-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency app-root-path to ~2.2.0 ([8f06c50](https://github.com/whizark/commitlint-config-cz/commit/8f06c50))
12+
13+
14+
### ci
15+
16+
* drop Node 6 support, add Node 12 ([04c106d](https://github.com/whizark/commitlint-config-cz/commit/04c106d))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Node 6 support has been dropped due to EOL.
22+
23+
24+
525
<a name="0.11.1"></a>
626
## [0.11.1](https://github.com/whizark/commitlint-config-cz/compare/v0.11.0...v0.11.1) (2019-01-10)
727

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-cz",
3-
"version": "0.11.1",
3+
"version": "0.12.0",
44
"description": "commitlint sharable configuration files",
55
"keywords": [
66
"git",

0 commit comments

Comments
 (0)