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 9b5317d commit d7ddd5dCopy full SHA for d7ddd5d
CHANGELOG.md
@@ -1,11 +1,16 @@
1
+# 7.1.3 - 2015-11-05
2
+
3
+- Fixed: ensure node 0.12 compatibility, round 2
4
+([#93](https://github.com/postcss/postcss-import/pull/93))
5
6
# 7.1.2 - 2015-11-05
7
8
- Fixed: performance issue because of cloned options
9
([#90](https://github.com/postcss/postcss-import/pull/90))
10
11
# 7.1.1 - 2015-11-05
12
-- Added: ensure node 0.12 compatibility.
13
+- Added: ensure node 0.12 compatibility
14
15
# 7.0.0 - 2015-08-25
16
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "7.1.2",
+ "version": "7.1.3",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
0 commit comments