From f60b6fb66e53613625d9398e23e73330e9fde4ba Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 11 Jan 2025 08:44:54 +0000 Subject: [PATCH] chore(release): 0.5.60 [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 5182056..788ba98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.60](https://github.com/oclif/plugin-test-esbuild/compare/0.5.59...0.5.60) (2025-01-11) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.2.0 to 4.2.2 ([#242](https://github.com/oclif/plugin-test-esbuild/issues/242)) ([56ec3c2](https://github.com/oclif/plugin-test-esbuild/commit/56ec3c27ac36671e729d436aecdaed8aad961c9e)) + + + ## [0.5.59](https://github.com/oclif/plugin-test-esbuild/compare/0.5.58...0.5.59) (2025-01-04) diff --git a/README.md b/README.md index ef994e4..2ea98bf 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.59 linux-x64 node-v20.18.1 +@oclif/plugin-test-esbuild/0.5.60 linux-x64 node-v20.18.1 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index e411659..a897226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.59", + "version": "0.5.60", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",