From 0a27bfc4cff3696df9231bb935fcf9c579442ee6 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Wed, 22 Mar 2017 08:44:26 -0500 Subject: [PATCH] chore(release): 0.16.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea50d13e..b56dd157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.0](https://github.com/webpack/style-loader/compare/v0.15.0...v0.16.0) (2017-03-22) + + +### Bug Fixes + +* **addStyles:** update for test for old IE versions ([#196](https://github.com/webpack/style-loader/issues/196)) ([1f68495](https://github.com/webpack/style-loader/commit/1f68495)) + + +### Features + +* Set custom attributes for tag in url mode ([#198](https://github.com/webpack/style-loader/issues/198)) ([2c4f427](https://github.com/webpack/style-loader/commit/2c4f427)) + + + # [0.15.0](https://github.com/webpack/style-loader/compare/v0.14.1...v0.15.0) (2017-03-21) diff --git a/package.json b/package.json index c735a181..581d2a7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-loader", - "version": "0.15.0", + "version": "0.16.0", "author": "Tobias Koppers @sokra", "description": "style loader module for webpack", "devDependencies": {