From 24b577ac70ca574216351d2c87099000d362f98e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 21 Sep 2024 02:59:46 +0000 Subject: [PATCH] chore(release): 0.2.24 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b1f93..0f7a33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.24](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.23...0.2.24) (2024-09-21) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.26 to 0.8.29 ([#136](https://github.com/oclif/plugin-test-esbuild-single/issues/136)) ([47e57f0](https://github.com/oclif/plugin-test-esbuild-single/commit/47e57f032693bcea885a85b98a565af2301d0ad8)) + + + ## [0.2.23](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.22...0.2.23) (2024-09-15) diff --git a/package.json b/package.json index c7bace9..a5bac45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.23", + "version": "0.2.24", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",