Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed May 12, 2017
1 parent b59b40c commit b6b50b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# 10.0.0 - 2017-05-12

- Changed: Upgraded to Postcss v6 ([#283](https://github.com/postcss/postcss-import/pull/283))
- Removed: jspm support ([#283](https://github.com/postcss/postcss-import/pull/283))
- Removed: deprecated `addDependencyTo` option
- Removed: `onImport` option
- Changed: Doesn't depend on promise-each ([#281](https://github.com/postcss/postcss-import/pull/281))

# 9.1.0 - 2017-01-10

- Added: `addModulesDirectories` option ([#256](https://github.com/postcss/postcss-import/pull/256))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
"version": "9.1.0",
"version": "10.0.0",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
Expand Down

0 comments on commit b6b50b1

Please sign in to comment.