Skip to content

Commit 8c9ac93

Browse files
committed
📦 2.0.2
1 parent 72faff9 commit 8c9ac93

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

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

40+
[2.0.2]: https://github.com/ngoldman/changelog-parser/compare/v2.0.1...v2.0.2
4041
[2.0.1]: https://github.com/ngoldman/changelog-parser/compare/v2.0.0...v2.0.1
4142
[2.0.0]: https://github.com/ngoldman/changelog-parser/compare/v1.1.0...v2.0.0
4243
[1.1.0]: https://github.com/ngoldman/changelog-parser/compare/v1.0.1...v1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "changelog-parser",
33
"description": "Change log parser for node.",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "Nate Goldman <[email protected]>",
66
"bin": {
77
"changelog-parser": "./bin/cli.js"

0 commit comments

Comments
 (0)