From f598a60d2e6bef465bcb190c1cc9effbcc1dac38 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 17 Aug 2024 11:43:17 +0000 Subject: [PATCH] chore(release): 0.5.21 [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 4e023e4..1919aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.21](https://github.com/oclif/plugin-test-esbuild/compare/0.5.20...0.5.21) (2024-08-17) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.15 to 0.8.20 ([#141](https://github.com/oclif/plugin-test-esbuild/issues/141)) ([b87063c](https://github.com/oclif/plugin-test-esbuild/commit/b87063cbbc792f676779095b4065d173d57c70ca)) + + + ## [0.5.20](https://github.com/oclif/plugin-test-esbuild/compare/0.5.19...0.5.20) (2024-08-10) diff --git a/README.md b/README.md index c3bcd1a..33936da 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.5.20 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.21 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index b36605e..c397d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.20", + "version": "0.5.21", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",