Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike182uk committed May 4, 2019
1 parent fa8d151 commit db9e0ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 6.0.0

- Drop support for Node.js `< 8.0.0`
- Throw an error when unable to parse a timestring ([prolink007](https://github.com/prolink007))

## 5.0.1

- Fix issue where decimal values were not being parsed correctly ([vegeta897](https://github.com/vegeta897))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "timestring",
"version": "5.0.1",
"version": "6.0.0",
"description": "Parse a human readable time string into a time based value",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit db9e0ec

Please sign in to comment.