From 683d10b8e1349206f0fd9a8655b606020bed92a9 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 27 Jul 2024 08:48:10 +0000 Subject: [PATCH] chore(release): 0.2.10 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e30215..b5e8196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.10](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.9...0.2.10) (2024-07-27) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.12 to 4.0.15 ([#98](https://github.com/oclif/plugin-test-esbuild-single/issues/98)) ([2ebc865](https://github.com/oclif/plugin-test-esbuild-single/commit/2ebc8654c57f4cd997f9dffae1b048de164a8048)) + + + ## [0.2.9](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.8...0.2.9) (2024-07-20) diff --git a/package.json b/package.json index 9915ec1..2fa0659 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.9", + "version": "0.2.10", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",