From 502ea588d59c6f7ab552bcf176cc7ce327fb94dd Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 4 Jan 2025 08:45:53 +0000 Subject: [PATCH] chore(release): 0.5.58 [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 4984570..88ca2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.58](https://github.com/oclif/plugin-test-esbuild/compare/0.5.57...0.5.58) (2025-01-04) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.52 to 0.8.53 ([#238](https://github.com/oclif/plugin-test-esbuild/issues/238)) ([e3181f7](https://github.com/oclif/plugin-test-esbuild/commit/e3181f70fe477023b8640d9f573b3b8f21148f24)) + + + ## [0.5.57](https://github.com/oclif/plugin-test-esbuild/compare/0.5.56...0.5.57) (2024-12-28) diff --git a/README.md b/README.md index 0cacc8c..f05036f 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.57 linux-x64 node-v20.18.1 +@oclif/plugin-test-esbuild/0.5.58 linux-x64 node-v20.18.1 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index bb77e41..815c112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.57", + "version": "0.5.58", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",