diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df9f58..6744de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 1.0.1 (2014-07-07) + + +#### Bug Fixes + +* **package.json:** ensure dependencies prior to 1.0.0 are explicitly versioned ([49a691ce](CaryLandholt/fatarrow-ascii-art/commit/49a691ceb3da48bd180cf9a10d52bf936ae7671c)) + + ## 1.0.0 (2014-06-14) diff --git a/package.json b/package.json index d87af12..f0bb2be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fatarrow-ascii-art", - "version": "1.0.0", + "version": "1.0.1", "description": "ASCII art of the fatarrow log", "author": { "name": "Cary Landholt",