Skip to content

Commit 184eec8

Browse files
committed
2.5.0
1 parent 786224b commit 184eec8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.5.0](https://github.com/ungoldman/changelog-parser/compare/v2.4.0...v2.5.0) - 2018-05-30
9+
10+
### Features
11+
12+
- add international date format support (#25) - thanks @godban
13+
814
## [2.4.0](https://github.com/ungoldman/changelog-parser/compare/v2.3.0...v2.4.0) - 2018-02-13
915

1016
### Features

package.json

Lines changed: 3 additions & 2 deletions
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.4.0",
4+
"version": "2.5.0",
55
"author": "Nate Goldman <[email protected]>",
66
"bin": {
77
"changelog-parser": "./bin/cli.js"
@@ -13,7 +13,8 @@
1313
"Nate Goldman <[email protected]>",
1414
"Rachel Nehmer <[email protected]>",
1515
"Viktor Havrylin <[email protected]>",
16-
"J R Mykolyn <[email protected]>"
16+
"J R Mykolyn <[email protected]>",
17+
"Bogdan Plieshka <[email protected]>"
1718
],
1819
"dependencies": {
1920
"line-reader": "^0.2.4",

0 commit comments

Comments
 (0)