From 5f56f9fd56aab7965d4eba28019d6e6079f5d610 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Tue, 28 Mar 2017 08:28:42 -0500 Subject: [PATCH] chore(release): 0.16.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b56dd15..e5dd3fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [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)) + + + # [0.16.0](https://github.com/webpack/style-loader/compare/v0.15.0...v0.16.0) (2017-03-22) diff --git a/package.json b/package.json index 581d2a7..cbe1d9a 100644 --- a/package.json +++ b/package.json @@ -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": {