From c18a43b1f3344198336d2c77c44878837707b7c9 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 3 Aug 2024 08:48:39 +0000 Subject: [PATCH] chore(release): 0.2.11 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e8196..fd21c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.11](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.10...0.2.11) (2024-08-03) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.15 to 4.0.17 ([#102](https://github.com/oclif/plugin-test-esbuild-single/issues/102)) ([c67ff26](https://github.com/oclif/plugin-test-esbuild-single/commit/c67ff2693e3458825e744ddc12565c1049bee4ff)) + + + ## [0.2.10](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.9...0.2.10) (2024-07-27) diff --git a/package.json b/package.json index a6a6b8b..dbd520e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.10", + "version": "0.2.11", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",