diff --git a/CHANGELOG.md b/CHANGELOG.md index 0423bdb..670ffe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.2-dev +## 0.1.2 * Added debug statements using [`debug`](https://github.com/visionmedia/debug). * Fixes [#1](https://github.com/vseventer/hexo-uncss/issues/1): Handle scenario where there are no generated HTML files. diff --git a/package.json b/package.json index 318913a..1c0d48a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "hexo-uncss", - "version" : "0.1.2-dev", + "version" : "0.1.2", "description" : "uncss plugin for Hexo.", "keywords" : [ "hexo", "hexo-plugin", "hexo-filter", "uncss", "css", "html" ], "homepage" : "https://github.com/vseventer/hexo-uncss",