From 0d5e90de95124b3da93c36c222951c47ceebdbd0 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Fri, 2 Dec 2022 17:06:41 +0000 Subject: [PATCH] [ci-skip][ci skip] version incremented to 8.2.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d850fbf..2f3ea70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.2.3](https://github.com/softwaregroup-bg/ut-webpack/compare/v8.2.2...v8.2.3) (2022-12-02) + + +### Bug Fixes + +* Windows paths ([d3042da](https://github.com/softwaregroup-bg/ut-webpack/commit/d3042da171527af8f7102e34c9ac47e0fd8192e2)) + + + ## [8.2.2](https://github.com/softwaregroup-bg/ut-webpack/compare/v8.2.1...v8.2.2) (2022-11-06) diff --git a/package.json b/package.json index 7a7974c..a9939e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ut-webpack", - "version": "8.2.2", + "version": "8.2.3", "main": "index.js", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.16.7",