Skip to content

Commit

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

### Bug Fixes

* missing/overwritten files ([b4dc69c](b4dc69c))
* **loaders:** clearly show what options are public ([2ab86be](2ab86be))
* **partials:** incorrect path without dir in url ([68d40be](68d40be))

### Performance Improvements

* tiny optimizations ([309e37b](309e37b))
  • Loading branch information
semantic-release-bot committed Jun 11, 2020
1 parent 69607ea commit 834c705
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [3.8.2](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.8.1...v3.8.2) (2020-06-11)


### Bug Fixes

* missing/overwritten files ([b4dc69c](https://github.com/Anidetrix/rollup-plugin-styles/commit/b4dc69c6223883abd6251b7c41e6a1b7020874bf))
* **loaders:** clearly show what options are public ([2ab86be](https://github.com/Anidetrix/rollup-plugin-styles/commit/2ab86bebba8e3a8126ae9b5f473991e1abf2bab8))
* **partials:** incorrect path without dir in url ([68d40be](https://github.com/Anidetrix/rollup-plugin-styles/commit/68d40be429dc811134dd67a3df53e8f6033f93d1))


### Performance Improvements

* tiny optimizations ([309e37b](https://github.com/Anidetrix/rollup-plugin-styles/commit/309e37b87dcaf4f0bb82c687697a5c4f1574982b))

## [3.8.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.8.0...v3.8.1) (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.1",
"version": "3.8.2",
"description": "Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more",
"keywords": [
"rollup",
Expand Down

0 comments on commit 834c705

Please sign in to comment.