Skip to content

Commit c6164d5

Browse files
chore(release): 1.0.1
1 parent 2cdb9c3 commit c6164d5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.0.1](https://github.com/webpack-contrib/style-loader/compare/v1.0.0...v1.0.1) (2019-11-28)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
## [1.0.0](https://github.com/webpack-contrib/style-loader/compare/v0.23.1...v1.0.0) (2019-08-06)
613

714

@@ -21,7 +28,7 @@ All notable changes to this project will be documented in this file. See [standa
2128
### BREAKING CHANGES
2229

2330
* minimum required Node.js version is `8.9.0`
24-
* minimum require `wepback` version is `4.0.0`
31+
* minimum required `wepback` version is `4.0.0`
2532
* the `convertToAbsoluteUrls` option was removed, you don't need this anymore
2633
* the `attrs` option was renamed to the `attributes` option
2734
* the `transform` option was removed without replacement

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "style-loader",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "style loader module for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/style-loader",

0 commit comments

Comments
 (0)