From 08b9269083a2c2c453c16dc3dac31f7ea649f7e3 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 17 Aug 2024 02:52:04 +0000 Subject: [PATCH] chore(release): 0.2.14 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a7926..ad0b083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.14](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.13...0.2.14) (2024-08-17) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.18 to 0.8.20 ([#113](https://github.com/oclif/plugin-test-esbuild-single/issues/113)) ([b763917](https://github.com/oclif/plugin-test-esbuild-single/commit/b763917a686bdace0b68c9a8db54bdfcde870fec)) + + + ## [0.2.13](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.12...0.2.13) (2024-08-10) diff --git a/package.json b/package.json index 3eefc33..9777d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.13", + "version": "0.2.14", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",