Skip to content

Commit b6b50b1

Browse files
committed
10.0.0
1 parent b59b40c commit b6b50b1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 10.0.0 - 2017-05-12
2+
3+
- Changed: Upgraded to Postcss v6 ([#283](https://github.com/postcss/postcss-import/pull/283))
4+
- Removed: jspm support ([#283](https://github.com/postcss/postcss-import/pull/283))
5+
- Removed: deprecated `addDependencyTo` option
6+
- Removed: `onImport` option
7+
- Changed: Doesn't depend on promise-each ([#281](https://github.com/postcss/postcss-import/pull/281))
8+
19
# 9.1.0 - 2017-01-10
210

311
- Added: `addModulesDirectories` option ([#256](https://github.com/postcss/postcss-import/pull/256))

package.json

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

0 commit comments

Comments
 (0)