From e5d417e871953ddf299f040f2ec49ddf3e5e9dee Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 3 Aug 2024 11:48:08 +0000 Subject: [PATCH] chore(release): 0.2.12 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd21c89..80bd774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.12](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.11...0.2.12) (2024-08-03) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.14 to 0.8.15 ([#101](https://github.com/oclif/plugin-test-esbuild-single/issues/101)) ([f919e72](https://github.com/oclif/plugin-test-esbuild-single/commit/f919e725cba18347ae409010d07ea24696d80a03)) + + + ## [0.2.11](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.10...0.2.11) (2024-08-03) diff --git a/package.json b/package.json index 1ad3141..bfbb875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.11", + "version": "0.2.12", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",