diff --git a/CHANGELOG.md b/CHANGELOG.md index d4487e35..7cf68971 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. +### [5.2.6](https://github.com/webpack-contrib/css-loader/compare/v5.2.5...v5.2.6) (2021-05-24) + + +### Bug Fixes + +* always write locals export when css modules/icss enabled ([#1315](https://github.com/webpack-contrib/css-loader/issues/1315)) ([075d9bd](https://github.com/webpack-contrib/css-loader/commit/075d9bd044a78543479cbf10ccd3c386a3e434e6)) + ### [5.2.5](https://github.com/webpack-contrib/css-loader/compare/v5.2.4...v5.2.5) (2021-05-20) diff --git a/package-lock.json b/package-lock.json index 1a4dc51d..6c20a63e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "css-loader", - "version": "5.2.5", + "version": "5.2.6", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "5.2.4", + "version": "5.2.5", "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", diff --git a/package.json b/package.json index 97967024..a73a9a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-loader", - "version": "5.2.5", + "version": "5.2.6", "description": "css loader module for webpack", "license": "MIT", "repository": "webpack-contrib/css-loader",