From 10429e7c047f88f3c3e1d2707b7008d9ec491e77 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 6 Oct 2024 05:43:25 +0000 Subject: [PATCH] chore(release): 0.5.38 [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 96bd059..d53380e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.38](https://github.com/oclif/plugin-test-esbuild/compare/0.5.37...0.5.38) (2024-10-06) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.30 to 0.8.33 ([#176](https://github.com/oclif/plugin-test-esbuild/issues/176)) ([72b07d8](https://github.com/oclif/plugin-test-esbuild/commit/72b07d8c5a2abd6ac9d0f7015566a965e6c46862)) + + + ## [0.5.37](https://github.com/oclif/plugin-test-esbuild/compare/0.5.36...0.5.37) (2024-10-05) diff --git a/README.md b/README.md index a56acad..21a22d6 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.37 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.38 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 3108280..2fd8de2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.37", + "version": "0.5.38", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",