From e7687baad5a80f8f09550b5007f708d10528467a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 22 Jun 2024 11:48:24 +0000 Subject: [PATCH] chore(release): 0.2.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea86863..7c199aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.1](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.0...0.2.1) (2024-06-22) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.4 to 0.8.6 ([#75](https://github.com/oclif/plugin-test-esbuild-single/issues/75)) ([71c9494](https://github.com/oclif/plugin-test-esbuild-single/commit/71c94948d73bf52a2372e55dbd9192a7bc80a4c8)) + + + # [0.2.0](https://github.com/oclif/plugin-test-esbuild-single/compare/0.1.17...0.2.0) (2024-06-17) diff --git a/package.json b/package.json index 7ab070d..706df78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.0", + "version": "0.2.1", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",