From 05b549e57eb1b47b8940b90f4ee50c680d61a28f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 14 Jul 2024 02:58:07 +0000 Subject: [PATCH] chore(release): 0.5.13 [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 6b9adbb..0d948f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.13](https://github.com/oclif/plugin-test-esbuild/compare/0.5.12...0.5.13) (2024-07-14) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.7 to 4.0.12 ([#116](https://github.com/oclif/plugin-test-esbuild/issues/116)) ([ae6a3ac](https://github.com/oclif/plugin-test-esbuild/commit/ae6a3ac3d800312fd3aefe98fb1386cc4310aeec)) + + + ## [0.5.12](https://github.com/oclif/plugin-test-esbuild/compare/0.5.11...0.5.12) (2024-07-13) diff --git a/README.md b/README.md index f02953d..9d4fd05 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.12 linux-x64 node-v18.20.3 +@oclif/plugin-test-esbuild/0.5.13 linux-x64 node-v18.20.3 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index 6d17a03..2b45370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.12", + "version": "0.5.13", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",