From 1c063803b84f8907f93374d6a32caad4d5ae4292 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 May 2023 22:54:00 +0000 Subject: [PATCH] chore(release): 1.0.8 [skip ci] ## [1.0.8](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v1.0.7...v1.0.8) (2023-05-05) ### Bug Fixes * Upgrade dependencies ([8c12988](https://github.com/prantlf/karma-requirejs-esm-preprocessor/commit/8c129880030f1055f8d9491381b8470824473101)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ed9e1..fc0b534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.8](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v1.0.7...v1.0.8) (2023-05-05) + + +### Bug Fixes + +* Upgrade dependencies ([8c12988](https://github.com/prantlf/karma-requirejs-esm-preprocessor/commit/8c129880030f1055f8d9491381b8470824473101)) + ## [1.0.7](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v1.0.6...v1.0.7) (2023-05-05) diff --git a/package.json b/package.json index 2e6f7c7..c7f819b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-requirejs-esm-preprocessor", - "version": "1.0.7", + "version": "1.0.8", "description": "Karma preprocessor for converting ES modules to AMD in RequireJS projects.", "author": "Ferdinand Prantl ", "license": "MIT",