From a59bd1dcc3c186e8c64f90a6bf82a03e2e0bf9b4 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 29 Jun 2024 08:48:04 +0000 Subject: [PATCH] chore(release): 0.2.3 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fa621..6e9c4e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.3](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.2...0.2.3) (2024-06-29) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.6 to 0.8.7 ([#81](https://github.com/oclif/plugin-test-esbuild-single/issues/81)) ([0a8cb90](https://github.com/oclif/plugin-test-esbuild-single/commit/0a8cb9020df465953d8bfac123be1b0c48f16b2f)) + + + ## [0.2.2](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.1...0.2.2) (2024-06-29) diff --git a/package.json b/package.json index 2b31966..45f9e3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.2", + "version": "0.2.3", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",