From 06fcc0aac9928779d5e2e0fdc58dddd5d4c49ea3 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Wed, 5 Jun 2024 18:13:20 +0300 Subject: [PATCH] chore(release): 3.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10dad6d..0ef90c1 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.1](https://github.com/webpack/loader-utils/compare/v3.3.0...v3.3.1) (2024-06-05) + + +### Bug Fixes + +* base64safe regex ([3b2d3b1](https://github.com/webpack/loader-utils/commit/3b2d3b1379b644aeefbbe859c0baeadd0b732710)) + ## [3.3.0](https://github.com/webpack/loader-utils/compare/v3.2.2...v3.3.0) (2024-06-04) diff --git a/package.json b/package.json index 9268bf1..5b02cc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loader-utils", - "version": "3.3.0", + "version": "3.3.1", "author": "Tobias Koppers @sokra", "description": "utils for webpack loaders", "dependencies": {},