diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c0783..3e25b27 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. +## [3.2.0](https://github.com/webpack/loader-utils/compare/v3.1.3...v3.2.0) (2021-11-11) + + +### Features + +* hash uniformity for base digests ([451858b](https://github.com/webpack/loader-utils/commit/451858b0bb33911d52d2f03a6470fd2b86493b84)) + ### [3.1.3](https://github.com/webpack/loader-utils/compare/v3.1.2...v3.1.3) (2021-11-04) diff --git a/package.json b/package.json index 8026bc4..ccad5ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loader-utils", - "version": "3.1.3", + "version": "3.2.0", "author": "Tobias Koppers @sokra", "description": "utils for webpack loaders", "dependencies": {},