From fdf04b3adb7ea6cbd3e64dc15bd38347bafec28a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 13 Jul 2024 02:50:32 +0000 Subject: [PATCH] chore(release): 0.2.6 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81efb1d..3f80bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.6](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.5...0.2.6) (2024-07-13) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.8 to 4.0.11 ([#91](https://github.com/oclif/plugin-test-esbuild-single/issues/91)) ([0bc33dc](https://github.com/oclif/plugin-test-esbuild-single/commit/0bc33dce5367da7f65c9696a6e099bfe1e22d63f)) + + + ## [0.2.5](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.4...0.2.5) (2024-07-06) diff --git a/package.json b/package.json index 5cfd65f..6c84a7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.5", + "version": "0.2.6", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",