Skip to content

Commit 7b618b5

Browse files
committed
7.1.2
1 parent 143642c commit 7b618b5

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# 7.1.1 - 2015-11-05
1+
# 7.1.2 - 2015-11-05
22

33
- Fixed: performance issue because of cloned options
44
([#90](https://github.com/postcss/postcss-import/pull/90))
55

6-
# 7.1.0 - 2015-10-19
6+
# 7.1.1 - 2015-11-05
77

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))
8+
- Added: ensure node 0.12 compatibility.
119

1210
# 7.0.0 - 2015-08-25
1311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)