Skip to content

Commit 090967f

Browse files
committed
5.2.2
1 parent c463dbe commit 090967f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.2.2 - 2015-04-19
2+
3+
- Fixed: globbed imports work for module directories ([#37](https://github.com/postcss/postcss-import/pull/37))
4+
15
# 5.2.1 - 2015-04-17
26

37
- Fixed: glob import now works with single quote `@import` ([#36](https://github.com/postcss/postcss-import/pull/36))

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

0 commit comments

Comments
 (0)