From 89282bbe81b63fcd8720cdeb34e6d3c7731faa7e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 14 Sep 2024 02:59:26 +0000 Subject: [PATCH] chore(release): 0.2.22 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 379597e..da8535b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.22](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.21...0.2.22) (2024-09-14) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.20 to 4.0.22 ([#132](https://github.com/oclif/plugin-test-esbuild-single/issues/132)) ([492cfa4](https://github.com/oclif/plugin-test-esbuild-single/commit/492cfa4cbbd643cd7bd76c64236d8a0162e96dd8)) + + + ## [0.2.21](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.20...0.2.21) (2024-09-07) diff --git a/package.json b/package.json index d1a61f0..cea2897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.21", + "version": "0.2.22", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",