Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonirico committed Mar 21, 2020
1 parent f4bcd1f commit 41531c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.1 - 2020-03-21]

- Fixed security issues in 'acorn' and 'minimist' deps by
raising their versions

## [1.0.0 - 2020-01-24]

- BREAKING CHANGE: support node versions >= 8.10
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datetoken",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parse relative datetime tokens into date objects",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 41531c4

Please sign in to comment.