From a801a39d295432353bd800ef79e3106771bc1bf6 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 27 Apr 2024 08:48:10 +0000 Subject: [PATCH] chore(release): 0.1.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 ca1c01e..f6ba2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.12](https://github.com/oclif/plugin-test-esbuild-single/compare/0.1.11...0.1.12) (2024-04-27) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.7.13 to 0.7.14 ([#43](https://github.com/oclif/plugin-test-esbuild-single/issues/43)) ([556e7b4](https://github.com/oclif/plugin-test-esbuild-single/commit/556e7b46ee3edbce8b5a44fc5793c3016129946f)) + + + ## [0.1.11](https://github.com/oclif/plugin-test-esbuild-single/compare/0.1.10...0.1.11) (2024-04-21) diff --git a/package.json b/package.json index 5138e2d..6c926fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.1.11", + "version": "0.1.12", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",