Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Apr 30, 2018
1 parent 786224b commit 184eec8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.5.0](https://github.com/ungoldman/changelog-parser/compare/v2.4.0...v2.5.0) - 2018-05-30

### Features

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

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

### Features
Expand Down
5 changes: 3 additions & 2 deletions 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.4.0",
"version": "2.5.0",
"author": "Nate Goldman <ungoldman@gmail.com>",
"bin": {
"changelog-parser": "./bin/cli.js"
Expand All @@ -13,7 +13,8 @@
"Nate Goldman <ungoldman@gmail.com>",
"Rachel Nehmer <kneemer@gmail.com>",
"Viktor Havrylin <fer0x.feo@gmail.com>",
"J R Mykolyn <jrmykolyn@gmail.com>"
"J R Mykolyn <jrmykolyn@gmail.com>",
"Bogdan Plieshka <bogdanplieshka@gmail.com>"
],
"dependencies": {
"line-reader": "^0.2.4",
Expand Down

0 comments on commit 184eec8

Please sign in to comment.