Skip to content

Commit

Permalink
-> v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Mar 14, 2018
1 parent df195e2 commit 9de45f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [Version 1.3.4](https://github.com/egoist/rollup-plugin-postcss/releases/tag/v1.3.4) (2018-3-15)

### Bug fixes

- only return sourceMap if necessary: [`88f7aff`](https://github.com/egoist/rollup-plugin-postcss/commit/88f7aff)
- Replace localRequire with the `import-cwd` package: [`df195e2`](https://github.com/egoist/rollup-plugin-postcss/commit/df195e2) ([#85](https://github.com/egoist/rollup-plugin-postcss/issues/85))

[...full changes](https://github.com/egoist/rollup-plugin-postcss/compare/v1.3.3...v1.3.4)

## [Version 1.3.3](https://github.com/egoist/rollup-plugin-postcss/releases/tag/v1.3.3) (2018-3-5)

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-postcss",
"version": "1.3.3",
"version": "1.3.4",
"description": "Seamless integration between Rollup and PostCSS",
"main": "dist/rollup-plugin-postcss.cjs.js",
"files": [
Expand Down Expand Up @@ -78,4 +78,4 @@
]
]
}
}
}

0 comments on commit 9de45f2

Please sign in to comment.