Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Aug 25, 2015
1 parent e65739a commit a943b9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 7.0.0 - 2015-08-25

- Removed: compatibility with postcss v4.x
([#75](https://github.com/postcss/postcss-import/pull/75))
- Added: compatibility with postcss v5.x
([#76](https://github.com/postcss/postcss-import/pull/76))
- Added: lighter package by upgrading some dependencies
([#73](https://github.com/postcss/postcss-import/issues/73))

# 6.2.0 - 2015-07-21

- Added: `skipDuplicates` option now allows you to **not** skip duplicated files
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
"version": "6.2.0",
"version": "7.0.0",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
Expand All @@ -17,8 +17,6 @@
"url": "https://github.com/postcss/postcss-import.git"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"
],
"dependencies": {
Expand Down

0 comments on commit a943b9c

Please sign in to comment.