Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Oct 18, 2016
1 parent 9d59e8f commit 6716869
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
25 changes: 11 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,28 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/ungoldman/changelog-parser/compare/v2.0.3...HEAD)
## [2.0.4](https://github.com/ungoldman/changelog-parser/compare/v2.0.3...v2.0.4)

## [2.0.3] - 2016-09-09
### Fixes

* reset log & current vars after each execution (#10)

## [2.0.3](https://github.com/ungoldman/changelog-parser/compare/v2.0.2...v2.0.3) - 2016-09-09
* bump dev dependencies
* update repo URL
* update maintainer email

## [2.0.2] - 2015-06-15
## [2.0.2](https://github.com/ungoldman/changelog-parser/compare/v2.0.1...v2.0.2) - 2015-06-15
* readme updates
* change log fix
* add keywords to package.json

## [2.0.1] - 2015-06-07
## [2.0.1](https://github.com/ungoldman/changelog-parser/compare/v2.0.0...v2.0.1) - 2015-06-07

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

## [2.0.0] - 2015-04-02
## [2.0.0](https://github.com/ungoldman/changelog-parser/compare/v1.1.0...v2.0.0) - 2015-04-02

### Breaking Changes
* `version` key of version object is now `null` unless semver found
Expand All @@ -34,21 +38,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* add `title` key to version object
* add a real test

## [1.1.0] - 2015-03-07
## [1.1.0](https://github.com/ungoldman/changelog-parser/compare/v1.0.1...v1.1.0) - 2015-03-07
* add cli support
* remove `description` key if empty
* add `CONTRIBUTING.md`
* add node 0.10 to travis-ci testing environments

## [1.0.1] - 2015-03-02
## [1.0.1](https://github.com/ungoldman/changelog-parser/compare/v1.0.0...v1.0.1) - 2015-03-02
* fix readme example for [paulcpederson](http://github.com/paulcpederson/)

## 1.0.0 - 2015-03-02
* init

[2.0.3]: https://github.com/ungoldman/changelog-parser/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/ungoldman/changelog-parser/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/ungoldman/changelog-parser/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/ungoldman/changelog-parser/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/ungoldman/changelog-parser/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/ungoldman/changelog-parser/compare/v1.0.0...v1.0.1
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.3",
"version": "2.0.4",
"author": "Nate Goldman <[email protected]>",
"bin": {
"changelog-parser": "./bin/cli.js"
Expand Down

0 comments on commit 6716869

Please sign in to comment.