Skip to content

Commit b80ba1d

Browse files
committed
3.0.0
1 parent 80ccb75 commit b80ba1d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### HEAD
22

3+
### 3.0.0
4+
5+
* Update `postcss-import` to `10.0.0`
6+
* Update `pify` to `3.0.0`
7+
* Update `is-glob` to `4.0.0`
8+
* Update `postcss` to `6.0.11`
9+
310
### 2.1.0
411

512
* Add ability to glob inside `node_modules` and `web_modules` - [#16](https://github.com/TrySound/postcss-easy-import/pull/16)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-easy-import",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "PostCSS plugin to inline @import rules content with extra features",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)