From 7881766c5c9ec2c0f3a91a52bb29eb2edf71e27c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 3 Nov 2024 05:43:33 +0000 Subject: [PATCH] chore(release): 0.5.44 [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 a877ed0..59274aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.44](https://github.com/oclif/plugin-test-esbuild/compare/0.5.43...0.5.44) (2024-11-03) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.30 to 4.0.31 ([#196](https://github.com/oclif/plugin-test-esbuild/issues/196)) ([79b9116](https://github.com/oclif/plugin-test-esbuild/commit/79b911611796006f3f3a7d271e4131343e31fb46)) + + + ## [0.5.43](https://github.com/oclif/plugin-test-esbuild/compare/0.5.42...0.5.43) (2024-11-03) diff --git a/README.md b/README.md index cc13d7d..68262f0 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.43 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.44 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 1388f79..5bb605c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.43", + "version": "0.5.44", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",