Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Dec 29, 2017
1 parent d4176d3 commit ac4a8ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ 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/).

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

### Features

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

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

### Features

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

### Chores

- chore(pkg): add release script
- add release script

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "changelog-parser",
"description": "Change log parser for node.",
"version": "2.1.0",
"version": "2.2.0",
"author": "Nate Goldman <[email protected]>",
"bin": {
"changelog-parser": "./bin/cli.js"
Expand Down

0 comments on commit ac4a8ac

Please sign in to comment.