diff --git a/CHANGELOG.md b/CHANGELOG.md index 9403e58c..c7c36a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [6.6.0](https://github.com/webpack-contrib/css-loader/compare/v6.5.1...v6.6.0) (2022-02-02) + + +### Features + +* added the `hashStrategy` option ([ca4abce](https://github.com/webpack-contrib/css-loader/commit/ca4abce74d01bc13959e30a4dbbd1ca3a0516d72)) + + ### [6.5.1](https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1) (2021-11-03) diff --git a/package-lock.json b/package-lock.json index 4abd41cf..a700c88a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "css-loader", - "version": "6.5.1", + "version": "6.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "css-loader", - "version": "6.5.1", + "version": "6.6.0", "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", diff --git a/package.json b/package.json index 603cee31..bf126850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "css-loader", - "version": "6.5.1", + "version": "6.6.0", "description": "css loader module for webpack", "license": "MIT", "repository": "webpack-contrib/css-loader",