From ee20376ee8f0d195f061a1ca9f11cb61d239e30f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 17 Mar 2024 02:29:45 +0000 Subject: [PATCH] chore(release): 0.1.3 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f68f94b..891cf53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.3](https://github.com/oclif/plugin-test-esbuild-single/compare/0.1.2...0.1.3) (2024-03-17) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.7.1 to 0.7.5 ([ecce4aa](https://github.com/oclif/plugin-test-esbuild-single/commit/ecce4aac5e98942ee1550aa8a087510c12442c64)) + + + ## [0.1.2](https://github.com/oclif/plugin-test-esbuild-single/compare/0.1.1...0.1.2) (2024-03-16) diff --git a/package.json b/package.json index 4f99493..9140c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.1.2", + "version": "0.1.3", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",