Skip to content

Commit b9d18dd

Browse files
committed
chore(release): 0.18.0
1 parent 4b6b70d commit b9d18dd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.18.0"></a>
6+
# [0.18.0](https://github.com/webpack/style-loader/compare/v0.17.0...v0.18.0) (2017-05-22)
7+
8+
9+
### Bug Fixes
10+
11+
* stringify the options.transform request ([#230](https://github.com/webpack/style-loader/issues/230)) ([5888095](https://github.com/webpack/style-loader/commit/5888095))
12+
13+
14+
### Features
15+
16+
* add options validation ([#224](https://github.com/webpack/style-loader/issues/224)) ([4b6b70d](https://github.com/webpack/style-loader/commit/4b6b70d))
17+
18+
19+
520
<a name="0.17.0"></a>
621
# [0.17.0](https://github.com/webpack/style-loader/compare/v0.16.1...v0.17.0) (2017-05-01)
722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "style-loader",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "style loader module for webpack",
66
"engines": {

0 commit comments

Comments
 (0)