From 484ecfa282c118f8fc9c1915b05ffef97c95b97c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 May 2023 08:36:06 +0000 Subject: [PATCH] chore(release): 1.0.9 [skip ci] ## [1.0.9](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v1.0.8...v1.0.9) (2023-05-10) ### Bug Fixes * Upgrade dependencies ([c9d0251](https://github.com/prantlf/karma-requirejs-esm-preprocessor/commit/c9d025100a8096cb86fdbc41de150fdf2c251234)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0b534..f82e9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.9](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v1.0.8...v1.0.9) (2023-05-10) + + +### Bug Fixes + +* Upgrade dependencies ([c9d0251](https://github.com/prantlf/karma-requirejs-esm-preprocessor/commit/c9d025100a8096cb86fdbc41de150fdf2c251234)) + ## [1.0.8](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v1.0.7...v1.0.8) (2023-05-05) diff --git a/package.json b/package.json index b7edff1..2c029ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-requirejs-esm-preprocessor", - "version": "1.0.8", + "version": "1.0.9", "description": "Karma preprocessor for converting ES modules to AMD in RequireJS projects.", "author": "Ferdinand Prantl ", "license": "MIT",