From d7b6381176b5c1f48dc44b1958458503fc789fa9 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 2 Nov 2024 05:48:12 +0000 Subject: [PATCH] chore(release): 0.2.34 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f19a16a..b1228ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.34](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.33...0.2.34) (2024-11-02) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.30 to 4.0.31 ([#163](https://github.com/oclif/plugin-test-esbuild-single/issues/163)) ([b324d88](https://github.com/oclif/plugin-test-esbuild-single/commit/b324d8854161cf14b6751740f3ded59af2227302)) + + + ## [0.2.33](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.32...0.2.33) (2024-10-26) diff --git a/package.json b/package.json index aab8299..002d872 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.33", + "version": "0.2.34", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",