Skip to content

Commit

Permalink
chore(release): 3.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.9.0](v3.8.2...v3.9.0) (2020-06-23)

### Bug Fixes

* very rare double code extraction ([d89a5fe](d89a5fe))

### Features

* replace `postcss-load-config` with custom implementation ([50b19bb](50b19bb))
* respect rollup's 2.18.0 option changes ([53072b0](53072b0))

### Performance Improvements

* misc optimizations ([df1d1ee](df1d1ee))
* **modules:** simpler internal implementation ([c1f92e1](c1f92e1))
  • Loading branch information
semantic-release-bot committed Jun 23, 2020
1 parent 53072b0 commit b1e4b9d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.9.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.8.2...v3.9.0) (2020-06-23)


### Bug Fixes

* very rare double code extraction ([d89a5fe](https://github.com/Anidetrix/rollup-plugin-styles/commit/d89a5feca9885159ef86b7a6c33f89b3bf3b130e))


### Features

* replace `postcss-load-config` with custom implementation ([50b19bb](https://github.com/Anidetrix/rollup-plugin-styles/commit/50b19bb409d00562cf90b9939bde65d3be42497f))
* respect rollup's 2.18.0 option changes ([53072b0](https://github.com/Anidetrix/rollup-plugin-styles/commit/53072b0a17d1ee12ce8cea221e67102dad54553c))


### Performance Improvements

* misc optimizations ([df1d1ee](https://github.com/Anidetrix/rollup-plugin-styles/commit/df1d1ee3a9a0f2c44f47b4afaf9ad522fccb4471))
* **modules:** simpler internal implementation ([c1f92e1](https://github.com/Anidetrix/rollup-plugin-styles/commit/c1f92e1b0c942f25e25a6cdbf2d812bde281aec9))

## [3.8.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.8.1...v3.8.2) (2020-06-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-styles",
"version": "3.8.2",
"version": "3.9.0",
"description": "Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more",
"keywords": [
"rollup",
Expand Down

0 comments on commit b1e4b9d

Please sign in to comment.