From 45bc99421d76de336b0c0aa545a2e20f28478dbb Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 5 Oct 2024 08:48:26 +0000 Subject: [PATCH] chore(release): 0.2.28 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e058494..1f5bfd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.28](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.27...0.2.28) (2024-10-05) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.30 to 0.8.33 ([#142](https://github.com/oclif/plugin-test-esbuild-single/issues/142)) ([3161055](https://github.com/oclif/plugin-test-esbuild-single/commit/31610552e43238f80d630d2c5fb45854d1345067)) + + + ## [0.2.27](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.26...0.2.27) (2024-10-05) diff --git a/package.json b/package.json index cdc7c42..893cefa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.27", + "version": "0.2.28", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",