Skip to content

Commit 66e84de

Browse files
committed
docs: update changelog for 2.7.0
1 parent 11e61a1 commit 66e84de

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

CHANGELOG.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,49 @@ 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-
## [2.6.0](https://github.com/ungoldman/changelog-parser/compare/v2.5.0...v2.5.1) - 2018-12-18
8+
## [2.7.0](https://github.com/hypermodules/changelog-parser/compare/v2.6.0...v2.7.0) - 2019-03-07
9+
10+
### Features
11+
12+
- accept options object, add removeMarkdown option (#29) - @cironunes & @ungoldman
13+
14+
## [2.6.0](https://github.com/hypermodules/changelog-parser/compare/v2.5.0...v2.5.1) - 2018-12-18
915

1016
### Features
1117

1218
- allow version headers in CHANGELOG to use either H1 (#) or H2 (##) headers (#14) - @eladb
1319

14-
## [2.5.1](https://github.com/ungoldman/changelog-parser/compare/v2.5.0...v2.5.1) - 2018-12-05
20+
## [2.5.1](https://github.com/hypermodules/changelog-parser/compare/v2.5.0...v2.5.1) - 2018-12-05
1521

1622
### Fixes
1723

1824
- Protect against no current value (#24) - thanks @sabrehagen
1925

20-
## [2.5.0](https://github.com/ungoldman/changelog-parser/compare/v2.4.0...v2.5.0) - 2018-05-30
26+
## [2.5.0](https://github.com/hypermodules/changelog-parser/compare/v2.4.0...v2.5.0) - 2018-05-30
2127

2228
### Features
2329

2430
- add international date format support (#25) - thanks @godban
2531

26-
## [2.4.0](https://github.com/ungoldman/changelog-parser/compare/v2.3.0...v2.4.0) - 2018-02-13
32+
## [2.4.0](https://github.com/hypermodules/changelog-parser/compare/v2.3.0...v2.4.0) - 2018-02-13
2733

2834
### Features
2935

3036
- stringify results in CLI (#22) - thanks @benmonro
3137

32-
## [2.3.0](https://github.com/ungoldman/changelog-parser/compare/v2.2.0...v2.3.0) - 2018-01-09
38+
## [2.3.0](https://github.com/hypermodules/changelog-parser/compare/v2.2.0...v2.3.0) - 2018-01-09
3339

3440
### Features
3541

3642
- add support for parsed body (#20) (#21) - thanks @jrmykolyn
3743

38-
## [2.2.0](https://github.com/ungoldman/changelog-parser/compare/v2.1.0...v2.2.0) - 2017-12-29
44+
## [2.2.0](https://github.com/hypermodules/changelog-parser/compare/v2.1.0...v2.2.0) - 2017-12-29
3945

4046
### Features
4147

4248
- add promise support (#18) (#19) - thanks @jrmykolyn
4349

44-
## [2.1.0](https://github.com/ungoldman/changelog-parser/compare/v2.0.5...v2.1.0) - 2017-12-12
50+
## [2.1.0](https://github.com/hypermodules/changelog-parser/compare/v2.0.5...v2.1.0) - 2017-12-12
4551

4652
### Features
4753

@@ -51,7 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5157

5258
- add release script
5359

54-
## [2.0.5](https://github.com/ungoldman/changelog-parser/compare/v2.0.4...v2.0.5) - 2017-06-28
60+
## [2.0.5](https://github.com/hypermodules/changelog-parser/compare/v2.0.4...v2.0.5) - 2017-06-28
5561

5662
### Changes
5763

@@ -62,53 +68,53 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6268
- chore(gitignore): ignore lock files
6369
- docs(readme): update repo web address
6470

65-
## [2.0.4](https://github.com/ungoldman/changelog-parser/compare/v2.0.3...v2.0.4)
71+
## [2.0.4](https://github.com/hypermodules/changelog-parser/compare/v2.0.3...v2.0.4)
6672

6773
### Fixes
6874

6975
- reset log & current vars after each execution (#10)
7076

71-
## [2.0.3](https://github.com/ungoldman/changelog-parser/compare/v2.0.2...v2.0.3) - 2016-09-09
77+
## [2.0.3](https://github.com/hypermodules/changelog-parser/compare/v2.0.2...v2.0.3) - 2016-09-09
7278

7379
- bump dev dependencies
7480
- update repo URL
7581
- update maintainer email
7682

77-
## [2.0.2](https://github.com/ungoldman/changelog-parser/compare/v2.0.1...v2.0.2) - 2015-06-15
83+
## [2.0.2](https://github.com/hypermodules/changelog-parser/compare/v2.0.1...v2.0.2) - 2015-06-15
7884

7985
- readme updates
8086
- change log fix
8187
- add keywords to package.json
8288

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

8591
### Changes
8692

87-
- use `os` module to support cross-platform EOL parsing ([#4](https://github.com/ungoldman/changelog-parser/pull/4))
93+
- use `os` module to support cross-platform EOL parsing ([#4](https://github.com/hypermodules/changelog-parser/pull/4))
8894

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

9197
### Breaking Changes
9298

9399
- `version` key of version object is now `null` unless semver found
94100

95101
### Changes
96102

97-
- parse out `v` prefix for version numbers ([ngoldman/gh-release#23](https://github.com/ungoldman/gh-release/issues/23))
103+
- parse out `v` prefix for version numbers ([gh-release#23](https://github.com/hypermodules/gh-release/issues/23))
98104

99105
### Additions
100106

101107
- add `title` key to version object
102108
- add a real test
103109

104-
## [1.1.0](https://github.com/ungoldman/changelog-parser/compare/v1.0.1...v1.1.0) - 2015-03-07
110+
## [1.1.0](https://github.com/hypermodules/changelog-parser/compare/v1.0.1...v1.1.0) - 2015-03-07
105111

106112
- add cli support
107113
- remove `description` key if empty
108114
- add `CONTRIBUTING.md`
109115
- add node 0.10 to travis-ci testing environments
110116

111-
## [1.0.1](https://github.com/ungoldman/changelog-parser/compare/v1.0.0...v1.0.1) - 2015-03-02
117+
## [1.0.1](https://github.com/hypermodules/changelog-parser/compare/v1.0.0...v1.0.1) - 2015-03-02
112118

113119
- fix readme example for [paulcpederson](http://github.com/paulcpederson/)
114120

0 commit comments

Comments
 (0)