Skip to content

Commit

Permalink
📦 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Jun 15, 2015
1 parent 72faff9 commit 8c9ac93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).

## [Unreleased](https://github.com/ngoldman/changelog-parser/compare/v2.0.1...HEAD)
## [2.0.2] - 2015-06-15
* readme updates
* change log fix
* add keywords to package.json
Expand Down Expand Up @@ -37,6 +37,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
## 1.0.0 - 2015-03-02
* init

[2.0.2]: https://github.com/ngoldman/changelog-parser/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/ngoldman/changelog-parser/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/ngoldman/changelog-parser/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/ngoldman/changelog-parser/compare/v1.0.1...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "changelog-parser",
"description": "Change log parser for node.",
"version": "2.0.1",
"version": "2.0.2",
"author": "Nate Goldman <[email protected]>",
"bin": {
"changelog-parser": "./bin/cli.js"
Expand Down

0 comments on commit 8c9ac93

Please sign in to comment.