Skip to content

Commit

Permalink
chore(release): 3.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.12.0](v3.11.0...v3.12.0) (2020-12-28)

### Bug Fixes

* resolving `url` outside of first order place ([c61f0ce](c61f0ce)), closes [#126](#126)
* **less:** respect `paths` options ([a72ab4c](a72ab4c)), closes [#125](#125)
* avoid partial names replacement when aliasing ([f5aa1e2](f5aa1e2))
* **utils:** async resolve types ([08ae382](08ae382))

### Features

* silently skip empty files ([a34bdbf](a34bdbf))
* support functional assetFileNames ([91d4ca2](91d4ca2))
* support web url and query strings inside [@import](https://github.com/import) ([bbff4e5](bbff4e5)), closes [#140](#140)
  • Loading branch information
semantic-release-bot committed Dec 28, 2020
1 parent bbff4e5 commit b9e6ccb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.12.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.11.0...v3.12.0) (2020-12-28)


### Bug Fixes

* resolving `url` outside of first order place ([c61f0ce](https://github.com/Anidetrix/rollup-plugin-styles/commit/c61f0ce56769673657b96a6a73685a456eeb3eec)), closes [#126](https://github.com/Anidetrix/rollup-plugin-styles/issues/126)
* **less:** respect `paths` options ([a72ab4c](https://github.com/Anidetrix/rollup-plugin-styles/commit/a72ab4cee52b866bd901f296af14f4346fc89df2)), closes [#125](https://github.com/Anidetrix/rollup-plugin-styles/issues/125)
* avoid partial names replacement when aliasing ([f5aa1e2](https://github.com/Anidetrix/rollup-plugin-styles/commit/f5aa1e254016bfc6c0695c5bff75424fd603a5d5))
* **utils:** async resolve types ([08ae382](https://github.com/Anidetrix/rollup-plugin-styles/commit/08ae382212d51fec54e45610c50f3c3896ed99e2))


### Features

* silently skip empty files ([a34bdbf](https://github.com/Anidetrix/rollup-plugin-styles/commit/a34bdbf91a9d00db0c75ccc1a1ac87b9f985463a))
* support functional assetFileNames ([91d4ca2](https://github.com/Anidetrix/rollup-plugin-styles/commit/91d4ca2e97059add53b56bc8473a088ed274ce81))
* support web url and query strings inside [@import](https://github.com/import) ([bbff4e5](https://github.com/Anidetrix/rollup-plugin-styles/commit/bbff4e524bf1e162d9bb4a9808e31a9c72d29ccc)), closes [#140](https://github.com/Anidetrix/rollup-plugin-styles/issues/140)

# [3.11.0](https://github.com/Anidetrix/rollup-plugin-styles/compare/v3.10.1...v3.11.0) (2020-10-10)


Expand Down Expand Up @@ -945,6 +962,3 @@ As always, please consult documentation and API Reference for details


## 1.0.5 (2020-03-13)



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

0 comments on commit b9e6ccb

Please sign in to comment.