chore(release): 0.14.1

master
Joshua Wiens 2017-03-15 18:13:43 -05:00
parent 01080cf17f
commit b48121e77c
2 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,16 @@
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.
<a name="0.14.1"></a>
## [0.14.1](https://github.com/webpack/style-loader/compare/v0.14.0...v0.14.1) (2017-03-15)
### Bug Fixes
* syntax error in IE10 and below because of `const` keyword ([#190](https://github.com/webpack/style-loader/issues/190)) ([01080cf](https://github.com/webpack/style-loader/commit/01080cf))
<a name="0.14.0"></a>
# [0.14.0](https://github.com/webpack/style-loader/compare/v0.13.1...v0.14.0) (2017-03-15)

View File

@ -1,6 +1,6 @@
{
"name": "style-loader",
"version": "0.14.0",
"version": "0.14.1",
"author": "Tobias Koppers @sokra",
"description": "style loader module for webpack",
"devDependencies": {