Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Apr 10, 2016
1 parent 7bf6597 commit 3d047b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

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.

<a name="2.1.0"></a>
# [2.1.0](https://github.com/conventional-changelog/standard-verison/compare/v2.0.0...v2.1.0) (2016-04-10)


### Features

* 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))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/conventional-changelog/standard-verison/compare/v1.1.0...v2.0.0) (2016-04-09)

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "standard-version",
"version": "2.0.0",
"version": "2.1.0",
"description": "replacement for `npm version` with automatic CHANGELOG generation",
"bin": "index.js",
"scripts": {
Expand Down Expand Up @@ -45,4 +45,4 @@
"shelljs": "^0.6.0",
"standard": "^6.0.8"
}
}
}

0 comments on commit 3d047b9

Please sign in to comment.