From 3b3c4b511d3c401bf912645329d45de19eb0e4d1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 20 Jul 2024 08:43:29 +0000 Subject: [PATCH] chore(release): 0.5.15 [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 f418d3d..0aca637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.15](https://github.com/oclif/plugin-test-esbuild/compare/0.5.14...0.5.15) (2024-07-20) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.3.5 to 5.3.7 ([#121](https://github.com/oclif/plugin-test-esbuild/issues/121)) ([3a56d34](https://github.com/oclif/plugin-test-esbuild/commit/3a56d34b19c5b2e353b6dacfe6659be7a4713054)) + + + ## [0.5.14](https://github.com/oclif/plugin-test-esbuild/compare/0.5.13...0.5.14) (2024-07-14) diff --git a/README.md b/README.md index b11a6ca..efb0fa2 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.14 linux-x64 node-v18.20.3 +@oclif/plugin-test-esbuild/0.5.15 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 5cac1fb..64400ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.14", + "version": "0.5.15", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",