diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f44e2a..ab8c9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +# [5.0.1](https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0...v5.0.1) (2024-02-01) + +### Fixes + +- security fixes + # [5.0.0](https://github.com/webpack-contrib/karma-webpack/compare/v5.0.0-alpha.6...v5.0.0) (2021-02-02) No changes, just a new stable release. diff --git a/package-lock.json b/package-lock.json index f7d0cb4..10a7701 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index f3aa0ac..0636f4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-webpack", - "version": "5.0.0", + "version": "5.0.1", "description": "Use webpack with karma", "license": "MIT", "repository": "webpack-contrib/karma-webpack",