From df3a8d48dcea3ea680a1ec6d47ec611804a615bb Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 9 Nov 2024 08:45:02 +0000 Subject: [PATCH] chore(release): 0.5.45 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59274aa..6cac3cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.45](https://github.com/oclif/plugin-test-esbuild/compare/0.5.44...0.5.45) (2024-11-09) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.40 to 0.8.41 ([#203](https://github.com/oclif/plugin-test-esbuild/issues/203)) ([d3cdd2a](https://github.com/oclif/plugin-test-esbuild/commit/d3cdd2a5c6824c190e2a35956158cad4ec5c8e97)) + + + ## [0.5.44](https://github.com/oclif/plugin-test-esbuild/compare/0.5.43...0.5.44) (2024-11-03) diff --git a/README.md b/README.md index 68262f0..a86141f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild $ bundle COMMAND running command... $ bundle (--version) -@oclif/plugin-test-esbuild/0.5.44 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.45 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 57b0d1d..7deae50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.44", + "version": "0.5.45", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",