Skip to content

Commit

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

### Bug Fixes

* fix overwrite style file in preserveModules mode ([2c13345](2c13345))
* use path.parse instead of regex ([135b658](135b658))
  • Loading branch information
semantic-release-bot committed Jun 11, 2020
1 parent 1ab016b commit 1026406
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.8.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.8.0...v3.8.1) (2020-06-11)


### Bug Fixes

* fix overwrite style file in preserveModules mode ([2c13345](https://github.com/Anidetrix/rollup-plugin-styles/commit/2c13345b3e382976da78bbfddf478be5bf8b30fc))
* use path.parse instead of regex ([135b658](https://github.com/Anidetrix/rollup-plugin-styles/commit/135b65813cf88a159a00732c558b9a3424192083))

# [3.8.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.7.1...v3.8.0) (2020-06-08)


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.0",
"version": "3.8.1",
"description": "Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more",
"keywords": [
"rollup",
Expand Down

0 comments on commit 1026406

Please sign in to comment.