Skip to content

Commit 6716869

Browse files
committed
2.0.4
1 parent 9d59e8f commit 6716869

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

CHANGELOG.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

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

10-
## [2.0.3] - 2016-09-09
10+
### Fixes
11+
12+
* reset log & current vars after each execution (#10)
13+
14+
## [2.0.3](https://github.com/ungoldman/changelog-parser/compare/v2.0.2...v2.0.3) - 2016-09-09
1115
* bump dev dependencies
1216
* update repo URL
1317
* update maintainer email
1418

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

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

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

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

2731
### Breaking Changes
2832
* `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/).
3438
* add `title` key to version object
3539
* add a real test
3640

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

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

4650
## 1.0.0 - 2015-03-02
4751
* init
48-
49-
[2.0.3]: https://github.com/ungoldman/changelog-parser/compare/v2.0.2...v2.0.3
50-
[2.0.2]: https://github.com/ungoldman/changelog-parser/compare/v2.0.1...v2.0.2
51-
[2.0.1]: https://github.com/ungoldman/changelog-parser/compare/v2.0.0...v2.0.1
52-
[2.0.0]: https://github.com/ungoldman/changelog-parser/compare/v1.1.0...v2.0.0
53-
[1.1.0]: https://github.com/ungoldman/changelog-parser/compare/v1.0.1...v1.1.0
54-
[1.0.1]: https://github.com/ungoldman/changelog-parser/compare/v1.0.0...v1.0.1

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.3",
4+
"version": "2.0.4",
55
"author": "Nate Goldman <[email protected]>",
66
"bin": {
77
"changelog-parser": "./bin/cli.js"

0 commit comments

Comments
 (0)