From 49aef1f1920462928818fa14d3e4fc61a218d64a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 18 May 2024 11:43:47 +0000 Subject: [PATCH] chore(release): 0.4.19 [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 022f9d9..cfab0dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.19](https://github.com/oclif/plugin-test-esbuild/compare/0.4.18...0.4.19) (2024-05-18) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.7.15 to 0.7.16 ([#72](https://github.com/oclif/plugin-test-esbuild/issues/72)) ([4ce7399](https://github.com/oclif/plugin-test-esbuild/commit/4ce7399d345bcfe310bc94f16796a490ddfe92c4)) + + + ## [0.4.18](https://github.com/oclif/plugin-test-esbuild/compare/0.4.17...0.4.18) (2024-05-12) diff --git a/README.md b/README.md index 29e8f88..c8dee5c 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.4.18 linux-x64 node-v18.20.2 +@oclif/plugin-test-esbuild/0.4.19 linux-x64 node-v18.20.2 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index b53a4c4..6bdc66b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.4.18", + "version": "0.4.19", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",