From a7c737e55e8d5ffce70fb9e524e47b29058cad9d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 13 Jul 2024 08:47:37 +0000 Subject: [PATCH] chore(release): 0.2.7 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f80bef..71b2662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.7](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.6...0.2.7) (2024-07-13) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.8 to 0.8.11 ([#89](https://github.com/oclif/plugin-test-esbuild-single/issues/89)) ([fd4b94b](https://github.com/oclif/plugin-test-esbuild-single/commit/fd4b94be5c94d4d14b0b88a1d815c9dd4836d10f)) + + + ## [0.2.6](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.5...0.2.6) (2024-07-13) diff --git a/package.json b/package.json index 66d3c7c..e8173a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.6", + "version": "0.2.7", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",