Skip to content

Commit ac4a8ac

Browse files
committed
2.2.0
1 parent d4176d3 commit ac4a8ac

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@ 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.2.0](https://github.com/ungoldman/changelog-parser/compare/v2.1.0...v2.2.0) - 2017-12-29
9+
10+
### Features
11+
12+
- add promise support (#18) (#19) - thanks @jrmykolyn
13+
814
## [2.1.0](https://github.com/ungoldman/changelog-parser/compare/v2.0.5...v2.1.0) - 2017-12-12
915

1016
### Features
1117

12-
- add date to version objects; update tests. (#6) (#15)
18+
- add date to version objects; update tests. (#6) (#15) - thanks @jrmykolyn
1319

1420
### Chores
1521

16-
- chore(pkg): add release script
22+
- add release script
1723

1824
## [2.0.5](https://github.com/ungoldman/changelog-parser/compare/v2.0.4...v2.0.5) - 2017-06-28
1925

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

0 commit comments

Comments
 (0)