Skip to content

Commit

Permalink
📦 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Jun 7, 2015
1 parent 22487f5 commit 99c7d8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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).

## [2.0.1] - 2015-06-07

### Changes
* use `os` module to support cross-platform EOL parsing ([#4](https://github.com/ngoldman/changelog-parser/pull/4))

## [2.0.0] - 2015-04-02

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

[2.0.0]: 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
[1.0.1]: https://github.com/ngoldman/changelog-parser/compare/v1.0.0...v1.0.1
5 changes: 3 additions & 2 deletions 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.0",
"version": "2.0.1",
"author": "Nate Goldman <[email protected]>",
"bin": {
"changelog-parser": "./bin/cli.js"
Expand All @@ -11,7 +11,8 @@
},
"contributors": [
"Nate Goldman <[email protected]>",
"Rachel Nehmer <[email protected]>"
"Rachel Nehmer <[email protected]>",
"Viktor Havrylin <[email protected]>"
],
"dependencies": {
"line-reader": "^0.2.4"
Expand Down

0 comments on commit 99c7d8c

Please sign in to comment.