From 41f232710d7e835db563388032a07418aed79d75 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 28 Dec 2024 08:45:05 +0000 Subject: [PATCH] chore(release): 0.5.56 [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 3a16a27..181d5a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.56](https://github.com/oclif/plugin-test-esbuild/compare/0.5.55...0.5.56) (2024-12-28) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.50 to 0.8.52 ([#232](https://github.com/oclif/plugin-test-esbuild/issues/232)) ([33f0040](https://github.com/oclif/plugin-test-esbuild/commit/33f0040c7a78a03569157f78d906470a282f2d5c)) + + + ## [0.5.55](https://github.com/oclif/plugin-test-esbuild/compare/0.5.54...0.5.55) (2024-12-21) diff --git a/README.md b/README.md index 712a3f7..e6a570d 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.55 linux-x64 node-v20.18.1 +@oclif/plugin-test-esbuild/0.5.56 linux-x64 node-v20.18.1 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 440451d..d0094ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.55", + "version": "0.5.56", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",