From 977b28d58f5b7d38e08f622cadf69879d3b362c4 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Wed, 29 May 2024 20:07:47 +0300 Subject: [PATCH] chore(release): 3.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e67df..27ff7c2 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.2](https://github.com/webpack/loader-utils/compare/v3.2.1...v3.2.2) (2024-05-29) + + +### Bug Fixes + +* unreachable code for directories ([128f945](https://github.com/webpack/loader-utils/commit/128f945e8f66d0ad7d69cdf568a8aa8bce40633a)) + ### [3.2.1](https://github.com/webpack/loader-utils/compare/v3.2.0...v3.2.1) (2022-11-11) diff --git a/package.json b/package.json index f184859..72f6a03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loader-utils", - "version": "3.2.1", + "version": "3.2.2", "author": "Tobias Koppers @sokra", "description": "utils for webpack loaders", "dependencies": {},