diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d38a1..5bf2430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.2.3 - 2014-08-26 + +- Support empty files ([#24](https://github.com/putaindecode/cssnext/issues/24)) + # 0.2.2 - 2014-08-22 - Add missing `bin` in npm files... diff --git a/package.json b/package.json index c92cb3d..22e82cc 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "postcss-color": "^1.0.0", "postcss-custom-media": "^1.0.0", "postcss-custom-properties": "^0.2.0", - "postcss-import": "^1.0.0", + "postcss-import": "^1.0.1", "read-file-stdin": "0.0.4", "to-slug-case": "^0.1.2", "to-space-case": "^0.1.3",