From 2d6ed3c9ad15dae933737718244088a7030999f7 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Tue, 4 Jun 2024 20:44:56 +0300 Subject: [PATCH] chore(release): 3.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ff7c2..10dad6d 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.3.0](https://github.com/webpack/loader-utils/compare/v3.2.2...v3.3.0) (2024-06-04) + + +### Features + +* add digestType 'base64safe' ([#259](https://github.com/webpack/loader-utils/issues/259)) ([af15793](https://github.com/webpack/loader-utils/commit/af157934abb1ee172cffd015acbabb065f0e1dbf)) + ### [3.2.2](https://github.com/webpack/loader-utils/compare/v3.2.1...v3.2.2) (2024-05-29) diff --git a/package.json b/package.json index 72f6a03..9268bf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loader-utils", - "version": "3.2.2", + "version": "3.3.0", "author": "Tobias Koppers @sokra", "description": "utils for webpack loaders", "dependencies": {},