From 6716869d9cdedac47f075eacee3023a9435440bb Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Tue, 18 Oct 2016 11:09:02 -0700 Subject: [PATCH] 2.0.4 --- CHANGELOG.md | 25 +++++++++++-------------- package.json | 2 +- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b3bd4..612d0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index c561efe..5217be5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "changelog-parser", "description": "Change log parser for node.", - "version": "2.0.3", + "version": "2.0.4", "author": "Nate Goldman ", "bin": { "changelog-parser": "./bin/cli.js"