From da33eb2bc6366405fa7ac2a01856fc1dbfe2f798 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 7 Sep 2024 11:48:15 +0000 Subject: [PATCH] chore(release): 0.2.21 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a02e1..379597e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.21](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.20...0.2.21) (2024-09-07) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.19 to 4.0.20 ([#124](https://github.com/oclif/plugin-test-esbuild-single/issues/124)) ([6ddbbaf](https://github.com/oclif/plugin-test-esbuild-single/commit/6ddbbaf18e2d031623b463893587df466d5178b1)) + + + ## [0.2.20](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.19...0.2.20) (2024-09-07) diff --git a/package.json b/package.json index af24493..9f97a6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.20", + "version": "0.2.21", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",