diff --git a/CHANGELOG.md b/CHANGELOG.md index 4470169..fee8265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ -## 0.1.1 (2015-11-19) +## 0.1.1 (2015-11-18) -- Added .htc support \ No newline at end of file +- Added .htc support + +## 0.1.2 (2015-11-19) + +- Added css @import support \ No newline at end of file diff --git a/README.md b/README.md index dc1aff9..e41b5fd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ## Input css example ```css +@import url("/css/styles.css"); .foo { background-image : url('../images/index/logo.png'); behavior : url('../behaviors/backgroundsize.min.htc'); @@ -23,6 +24,7 @@ ## Output css example ```css +@import url("/css/styles.css?v66f22a33fff"); .foo { background-image : url('../images/index/logo.png?v14f32a475b8') behavior : url('../behaviors/backgroundsize.min.htc?v15f55a666c2'); diff --git a/package.json b/package.json index 7f53035..d2320b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-cachebuster", - "version": "0.1.1", + "version": "0.1.2", "description": "Cachebusting all local files in css", "keywords": [ "postcss",