From dc900c3ebb737d5cafeaf3a5838a4df81296ad8a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 31 Aug 2024 11:48:29 +0000 Subject: [PATCH] chore(release): 0.2.19 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2569f..94d1124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.19](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.18...0.2.19) (2024-08-31) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.21 to 0.8.24 ([#119](https://github.com/oclif/plugin-test-esbuild-single/issues/119)) ([ed59853](https://github.com/oclif/plugin-test-esbuild-single/commit/ed598537f8d645c4700f32a8168f9549bf82702d)) + + + ## [0.2.18](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.17...0.2.18) (2024-08-31) diff --git a/package.json b/package.json index 1d4d602..53dfbdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.18", + "version": "0.2.19", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",