diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ccf2fd..d4487e35 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.5](https://github.com/webpack-contrib/css-loader/compare/v5.2.4...v5.2.5) (2021-05-20) + + +### Bug Fixes + +* compatibility with named export and es5 ([#1314](https://github.com/webpack-contrib/css-loader/issues/1314)) ([0cf8cde](https://github.com/webpack-contrib/css-loader/commit/0cf8cdedd8667b1ba13d3b4322087943a25176f6)) + ### [5.2.4](https://github.com/webpack-contrib/css-loader/compare/v5.2.3...v5.2.4) (2021-04-19) diff --git a/package-lock.json b/package-lock.json index cb1f2943..1a4dc51d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "css-loader", - "version": "5.2.4", + "version": "5.2.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9137dc24..97967024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-loader", - "version": "5.2.4", + "version": "5.2.5", "description": "css loader module for webpack", "license": "MIT", "repository": "webpack-contrib/css-loader",