From 34aa5278c309d76368fd256accb3bced25d7728c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 21 Dec 2024 11:48:37 +0000 Subject: [PATCH] chore(release): 0.2.46 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1e129..c67d847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.46](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.45...0.2.46) (2024-12-21) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.48 to 0.8.50 ([#190](https://github.com/oclif/plugin-test-esbuild-single/issues/190)) ([4f4c196](https://github.com/oclif/plugin-test-esbuild-single/commit/4f4c1961b3a6f3500c44871e3c627ba7f9126cb6)) + + + ## [0.2.45](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.44...0.2.45) (2024-12-21) diff --git a/package.json b/package.json index f5e4042..c1a4dcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.45", + "version": "0.2.46", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",