Skip to content

Commit c3c90ef

Browse files
author
Benjamin Coe
committed
chore(release): 1.1.0
1 parent 03bd86c commit c3c90ef

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.1.0"></a>
6+
# [1.1.0](https://github.com/conventional-changelog/standard-verison/compare/v1.0.0...v1.1.0) (2016-04-08)
7+
8+
9+
### Features
10+
11+
* **cli:** use conventional default commit message with version ([9fadc5f](https://github.com/conventional-changelog/standard-verison/commit/9fadc5f))
12+
* **rebrand:** rebrand recommended-workflow to standard-version (#9) ([1f673c0](https://github.com/conventional-changelog/standard-verison/commit/1f673c0))
13+
* **tests:** adds test suite, fixed several Node 0.10 issues along the way ([03bd86c](https://github.com/conventional-changelog/standard-verison/commit/03bd86c))
14+
15+
16+
117
<a name="1.0.0"></a>
218
# 1.0.0 (2016-04-04)
319

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "standard-version",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "replacement for `npm version` with automatic CHANGELOG generation",
55
"bin": "index.js",
66
"scripts": {
@@ -44,4 +44,4 @@
4444
"shelljs": "^0.6.0",
4545
"standard": "^6.0.8"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)