Skip to content

Commit

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

### Features

* **sass:** sync mode support with dart implementation ([91846bc](91846bc))

### Performance Improvements

* overall considerable performance improvements ([6c08d55](6c08d55))
* replace concat-with-sourcemaps with custom function ([a1b04d2](a1b04d2))
* resolved modules caching ([7eab36d](7eab36d))
  • Loading branch information
semantic-release-bot committed Jun 8, 2020
1 parent 6c08d55 commit 21fc3f6
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.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.7.1...v3.8.0) (2020-06-08)


### Features

* **sass:** sync mode support with dart implementation ([91846bc](https://github.com/Anidetrix/rollup-plugin-styles/commit/91846bcc07b6474147a96ca0ea426663a49f3de8))


### Performance Improvements

* overall considerable performance improvements ([6c08d55](https://github.com/Anidetrix/rollup-plugin-styles/commit/6c08d55358c36a4ef635bbe68cab39091fe3cab8))
* replace concat-with-sourcemaps with custom function ([a1b04d2](https://github.com/Anidetrix/rollup-plugin-styles/commit/a1b04d23e88652db5f894a2e994e587b95293cf0))
* resolved modules caching ([7eab36d](https://github.com/Anidetrix/rollup-plugin-styles/commit/7eab36d30ffcf99df7ff9e4bddbb710ccca9aaf1))

## [3.7.1](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.7.0...v3.7.1) (2020-05-31)


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

0 comments on commit 21fc3f6

Please sign in to comment.