Skip to content

Commit a943b9c

Browse files
committed
7.0.0
1 parent e65739a commit a943b9c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 7.0.0 - 2015-08-25
2+
3+
- Removed: compatibility with postcss v4.x
4+
([#75](https://github.com/postcss/postcss-import/pull/75))
5+
- Added: compatibility with postcss v5.x
6+
([#76](https://github.com/postcss/postcss-import/pull/76))
7+
- Added: lighter package by upgrading some dependencies
8+
([#73](https://github.com/postcss/postcss-import/issues/73))
9+
110
# 6.2.0 - 2015-07-21
211

312
- Added: `skipDuplicates` option now allows you to **not** skip duplicated files

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "6.2.0",
3+
"version": "7.0.0",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",
@@ -17,8 +17,6 @@
1717
"url": "https://github.com/postcss/postcss-import.git"
1818
},
1919
"files": [
20-
"CHANGELOG.md",
21-
"LICENSE",
2220
"index.js"
2321
],
2422
"dependencies": {

0 commit comments

Comments
 (0)