Skip to content

Commit 99c7d8c

Browse files
committed
📦 2.0.1
1 parent 22487f5 commit 99c7d8c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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+
## [2.0.1] - 2015-06-07
7+
8+
### Changes
9+
* use `os` module to support cross-platform EOL parsing ([#4](https://github.com/ngoldman/changelog-parser/pull/4))
10+
611
## [2.0.0] - 2015-04-02
712

813
### Breaking Changes
@@ -27,6 +32,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2732
## 1.0.0 - 2015-03-02
2833
* init
2934

35+
[2.0.0]: https://github.com/ngoldman/changelog-parser/compare/v2.0.0...v2.0.1
3036
[2.0.0]: https://github.com/ngoldman/changelog-parser/compare/v1.1.0...v2.0.0
3137
[1.1.0]: https://github.com/ngoldman/changelog-parser/compare/v1.0.1...v1.1.0
3238
[1.0.1]: https://github.com/ngoldman/changelog-parser/compare/v1.0.0...v1.0.1

package.json

Lines changed: 3 additions & 2 deletions
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.0",
4+
"version": "2.0.1",
55
"author": "Nate Goldman <[email protected]>",
66
"bin": {
77
"changelog-parser": "./bin/cli.js"
@@ -11,7 +11,8 @@
1111
},
1212
"contributors": [
1313
"Nate Goldman <[email protected]>",
14-
"Rachel Nehmer <[email protected]>"
14+
"Rachel Nehmer <[email protected]>",
15+
"Viktor Havrylin <[email protected]>"
1516
],
1617
"dependencies": {
1718
"line-reader": "^0.2.4"

0 commit comments

Comments
 (0)