We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143642c commit 7b618b5Copy full SHA for 7b618b5
CHANGELOG.md
@@ -1,13 +1,11 @@
1
-# 7.1.1 - 2015-11-05
+# 7.1.2 - 2015-11-05
2
3
- Fixed: performance issue because of cloned options
4
([#90](https://github.com/postcss/postcss-import/pull/90))
5
6
-# 7.1.0 - 2015-10-19
+# 7.1.1 - 2015-11-05
7
8
-- Added: option `addDependencyTo` to make the integration with webpack more
9
-elegant
10
-(ref [postcss-loader#31](https://github.com/postcss/postcss-loader/issues/31))
+- Added: ensure node 0.12 compatibility.
11
12
# 7.0.0 - 2015-08-25
13
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "7.1.1",
+ "version": "7.1.2",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
0 commit comments