diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0c626..eeb1a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 0.2.1 (2015-07-21) + + +#### Bug Fixes + +* **main:** restore original full date in filenames ([073512fe](https://github.com/voxpelli/node-format-microformat/commit/073512fe41cf9cc9557a58df23e777a5f2789b08)) + + ## 0.2.0 (2015-07-20) diff --git a/package.json b/package.json index 5fe4267..9dd4e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "format-microformat", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "description": "Formats a Microformat JSON representation into eg. a Jekyll post", "author": "Pelle Wessman (http://kodfabrik.se/)",