From 26c46c5e5b2267bf9c54fe8060946b1e5e97b32d Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 25 May 2024 11:43:28 +0000 Subject: [PATCH] chore(release): 0.4.22 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a15f8d..894c399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.22](https://github.com/oclif/plugin-test-esbuild/compare/0.4.21...0.4.22) (2024-05-25) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.1.2 to 5.1.3 ([#78](https://github.com/oclif/plugin-test-esbuild/issues/78)) ([26de72a](https://github.com/oclif/plugin-test-esbuild/commit/26de72aec36617f44d78d65850a96f7f0cbe5c2f)) + + + ## [0.4.21](https://github.com/oclif/plugin-test-esbuild/compare/0.4.20...0.4.21) (2024-05-25) diff --git a/README.md b/README.md index 963e226..21ae6f8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild $ bundle COMMAND running command... $ bundle (--version) -@oclif/plugin-test-esbuild/0.4.21 linux-x64 node-v18.20.2 +@oclif/plugin-test-esbuild/0.4.22 linux-x64 node-v18.20.2 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 59a6ec6..df38fa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.4.21", + "version": "0.4.22", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",