From c6164d5879c46ace27fc822eeb02e0fecd2aa1e0 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Thu, 28 Nov 2019 15:09:37 +0300 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cdcc9b..6d226647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.0.1](https://github.com/webpack-contrib/style-loader/compare/v1.0.0...v1.0.1) (2019-11-28) + + +### Bug Fixes + +* compatibility `linkTag` with ES module syntax ([#429](https://github.com/webpack-contrib/style-loader/issues/429)) ([2cdb9c3](https://github.com/webpack-contrib/style-loader/commit/2cdb9c3f51edebec69e8b22ff43b520a5e1c679b)) + ## [1.0.0](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0) (2019-08-06) @@ -21,7 +28,7 @@ All notable changes to this project will be documented in this file. See [standa ### BREAKING CHANGES * minimum required Node.js version is `8.9.0` -* minimum require `wepback` version is `4.0.0` +* minimum required `wepback` version is `4.0.0` * the `convertToAbsoluteUrls` option was removed, you don't need this anymore * the `attrs` option was renamed to the `attributes` option * the `transform` option was removed without replacement diff --git a/package-lock.json b/package-lock.json index 41d4e5a7..c7144717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "style-loader", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f626c210..7720fe91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-loader", - "version": "1.0.0", + "version": "1.0.1", "description": "style loader module for webpack", "license": "MIT", "repository": "webpack-contrib/style-loader",