Skip to content

Commit d7ddd5d

Browse files
committed
7.1.3
1 parent 9b5317d commit d7ddd5d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 7.1.2 - 2015-11-05
27

38
- Fixed: performance issue because of cloned options
49
([#90](https://github.com/postcss/postcss-import/pull/90))
510

611
# 7.1.1 - 2015-11-05
712

8-
- Added: ensure node 0.12 compatibility.
13+
- Added: ensure node 0.12 compatibility
914

1015
# 7.0.0 - 2015-08-25
1116

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.2",
3+
"version": "7.1.3",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)