Skip to content

Commit 6e9742f

Browse files
committed
8.2.0
1 parent 3a96059 commit 6e9742f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 8.2.0 - 2016-11-09
2+
3+
- Fixed: Warn about all `@import`s after other CSS declarations
4+
([#240](https://github.com/postcss/postcss-import/pull/240))
5+
- Added: `dependency` message
6+
([#241](https://github.com/postcss/postcss-import/pull/241))
7+
18
# 8.1.3 - 2016-11-03
29

310
- Fixed: Nested import ordering

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "8.1.3",
3+
"version": "8.2.0",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)