chore(release): 0.16.1

master
Joshua Wiens 2017-03-28 08:28:42 -05:00
parent f6f577a73c
commit 5f56f9fd56
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.16.1"></a>
## [0.16.1](https://github.com/webpack/style-loader/compare/v0.16.0...v0.16.1) (2017-03-28)
### Bug Fixes
* negative refs ([#122](https://github.com/webpack/style-loader/issues/122)) ([f6f577a](https://github.com/webpack/style-loader/commit/f6f577a))
<a name="0.16.0"></a>
# [0.16.0](https://github.com/webpack/style-loader/compare/v0.15.0...v0.16.0) (2017-03-22)

View File

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