Skip to content

Commit 3d047b9

Browse files
author
Benjamin Coe
committed
chore(release): 2.1.0
1 parent 7bf6597 commit 3d047b9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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="2.1.0"></a>
6+
# [2.1.0](https://github.com/conventional-changelog/standard-verison/compare/v2.0.0...v2.1.0) (2016-04-10)
7+
8+
9+
### Features
10+
11+
* adds support for GitHub links (see [#13](https://github.com/conventional-changelog/standard-verison/issues/13)), great idea [@bcoe](https://github.com/bcoe)! ([7bf6597](https://github.com/conventional-changelog/standard-verison/commit/7bf6597))
12+
13+
14+
515
<a name="2.0.0"></a>
616
# [2.0.0](https://github.com/conventional-changelog/standard-verison/compare/v1.1.0...v2.0.0) (2016-04-09)
717

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "standard-version",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "replacement for `npm version` with automatic CHANGELOG generation",
55
"bin": "index.js",
66
"scripts": {
@@ -45,4 +45,4 @@
4545
"shelljs": "^0.6.0",
4646
"standard": "^6.0.8"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)