@@ -5,47 +5,66 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 2.0.5] ( https://github.com/ungoldman/changelog-parser/compare/v2.0.4...v2.0.5 ) - 2017-06-28
9+
10+ ### Changes
11+
12+ - chore(ci): add 8, drop .10 & .12
13+ - docs(readme): move badges out of title
14+ - lint: fix useless escapes
15+ - chore(pkg): bump to latest standard
16+ - chore(gitignore): ignore lock files
17+ - docs(readme): update repo web address
18+
819## [ 2.0.4] ( https://github.com/ungoldman/changelog-parser/compare/v2.0.3...v2.0.4 )
920
1021### Fixes
1122
12- * reset log & current vars after each execution (#10 )
23+ - reset log & current vars after each execution (#10 )
1324
1425## [ 2.0.3] ( https://github.com/ungoldman/changelog-parser/compare/v2.0.2...v2.0.3 ) - 2016-09-09
15- * bump dev dependencies
16- * update repo URL
17- * update maintainer email
26+
27+ - bump dev dependencies
28+ - update repo URL
29+ - update maintainer email
1830
1931## [ 2.0.2] ( https://github.com/ungoldman/changelog-parser/compare/v2.0.1...v2.0.2 ) - 2015-06-15
20- * readme updates
21- * change log fix
22- * add keywords to package.json
32+
33+ - readme updates
34+ - change log fix
35+ - add keywords to package.json
2336
2437## [ 2.0.1] ( https://github.com/ungoldman/changelog-parser/compare/v2.0.0...v2.0.1 ) - 2015-06-07
2538
2639### Changes
27- * use ` os ` module to support cross-platform EOL parsing ([ #4 ] ( https://github.com/ungoldman/changelog-parser/pull/4 ) )
40+
41+ - use ` os ` module to support cross-platform EOL parsing ([ #4 ] ( https://github.com/ungoldman/changelog-parser/pull/4 ) )
2842
2943## [ 2.0.0] ( https://github.com/ungoldman/changelog-parser/compare/v1.1.0...v2.0.0 ) - 2015-04-02
3044
3145### Breaking Changes
32- * ` version ` key of version object is now ` null ` unless semver found
46+
47+ - ` version ` key of version object is now ` null ` unless semver found
3348
3449### Changes
35- * parse out ` v ` prefix for version numbers ([ ngoldman/gh-release #23 ] ( https://github.com/ungoldman/gh-release/issues/23 ) )
50+
51+ - parse out ` v ` prefix for version numbers ([ ngoldman/gh-release #23 ] ( https://github.com/ungoldman/gh-release/issues/23 ) )
3652
3753### Additions
38- * add ` title ` key to version object
39- * add a real test
54+
55+ - add ` title ` key to version object
56+ - add a real test
4057
4158## [ 1.1.0] ( https://github.com/ungoldman/changelog-parser/compare/v1.0.1...v1.1.0 ) - 2015-03-07
42- * add cli support
43- * remove ` description ` key if empty
44- * add ` CONTRIBUTING.md `
45- * add node 0.10 to travis-ci testing environments
59+
60+ - add cli support
61+ - remove ` description ` key if empty
62+ - add ` CONTRIBUTING.md `
63+ - add node 0.10 to travis-ci testing environments
4664
4765## [ 1.0.1] ( https://github.com/ungoldman/changelog-parser/compare/v1.0.0...v1.0.1 ) - 2015-03-02
48- * fix readme example for [ paulcpederson] ( http://github.com/paulcpederson/ )
66+
67+ - fix readme example for [ paulcpederson] ( http://github.com/paulcpederson/ )
4968
5069## 1.0.0 - 2015-03-02
51- * init
70+ - init
0 commit comments