diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a434c..25c0594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.1 - 2018-02-23 +* update license +* update contributing guidelines +* update author field +* add downloads badge to readme + ## 1.0.0 - 2016-08-26 * initial release diff --git a/package.json b/package.json index 1b7faa5..86692b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "format-duration", "description": "Convert a number in milliseconds to a standard duration string.", - "version": "1.0.0", + "version": "1.0.1", "author": "Nate Goldman (https://ungoldman.com/)", "bugs": { "url": "https://github.com/ungoldman/format-duration/issues"