Skip to content

Commit

Permalink
chore(release): 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed May 2, 2016
1 parent c7ac6e2 commit b6b2a75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.2.1"></a>
## [2.2.1](https://github.com/conventional-changelog/standard-version/compare/v2.2.0...v2.2.1) (2016-05-02)


### Bug Fixes

* upgrade to version of nyc that works with new shelljs([c7ac6e2](https://github.com/conventional-changelog/standard-version/commit/c7ac6e2))



<a name="2.2.0"></a>
# [2.2.0](https://github.com/conventional-changelog/standard-version/compare/v2.1.2...v2.2.0) (2016-05-01)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-version",
"version": "2.2.0",
"version": "2.2.1",
"description": "replacement for `npm version` with automatic CHANGELOG generation",
"bin": "index.js",
"scripts": {
Expand Down Expand Up @@ -46,4 +46,4 @@
"shelljs": "^0.7.0",
"standard": "^6.0.8"
}
}
}

0 comments on commit b6b2a75

Please sign in to comment.