From 5fe1af00ab8adb95e869438610d4cc174a1908a8 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 15 Sep 2024 03:05:51 +0000 Subject: [PATCH] chore(release): 0.2.23 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da8535b..43b1f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.23](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.22...0.2.23) (2024-09-15) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.25 to 0.8.26 ([#128](https://github.com/oclif/plugin-test-esbuild-single/issues/128)) ([ff4e7e1](https://github.com/oclif/plugin-test-esbuild-single/commit/ff4e7e1143c4bdb4b2725c9e2f5404dac7d6b810)) + + + ## [0.2.22](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.21...0.2.22) (2024-09-14) diff --git a/package.json b/package.json index 8cc2f6b..b7de499 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.22", + "version": "0.2.23", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",