From 0f5b51c5670575e1a47c0fc95bbe2b59b5dc4598 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 16 Jun 2024 05:43:19 +0000 Subject: [PATCH] chore(release): 0.5.5 [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 266db60..a9df3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.5](https://github.com/oclif/plugin-test-esbuild/compare/0.5.4...0.5.5) (2024-06-16) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.3 to 4.0.6 ([#90](https://github.com/oclif/plugin-test-esbuild/issues/90)) ([3fa7308](https://github.com/oclif/plugin-test-esbuild/commit/3fa73089ec9eb3094ed234105222fab3e3506b98)) + + + ## [0.5.4](https://github.com/oclif/plugin-test-esbuild/compare/0.5.3...0.5.4) (2024-06-16) diff --git a/README.md b/README.md index 5ebdc48..39a3b9d 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.4 linux-x64 node-v18.20.3 +@oclif/plugin-test-esbuild/0.5.5 linux-x64 node-v18.20.3 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 57835af..26f62e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.4", + "version": "0.5.5", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",