From 43c21bbacd026bee4b7ab5673ad82141e17004c0 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 10 Aug 2024 08:43:32 +0000 Subject: [PATCH] chore(release): 0.5.20 [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 6bcdec0..4e023e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.20](https://github.com/oclif/plugin-test-esbuild/compare/0.5.19...0.5.20) (2024-08-10) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.16 to 4.0.17 ([#136](https://github.com/oclif/plugin-test-esbuild/issues/136)) ([5731f97](https://github.com/oclif/plugin-test-esbuild/commit/5731f979b036fb3635909566ed2c0ef09d13109d)) + + + ## [0.5.19](https://github.com/oclif/plugin-test-esbuild/compare/0.5.18...0.5.19) (2024-08-03) diff --git a/README.md b/README.md index b8eadf8..c3bcd1a 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.19 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.20 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 25c6273..de85399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.19", + "version": "0.5.20", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",