From 1bccb11e80e74a59e9fc6159bc1c71be05120e54 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 11 Jan 2025 11:49:25 +0000 Subject: [PATCH] chore(release): 0.2.49 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a3737..995d53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.49](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.48...0.2.49) (2025-01-11) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.2.0 to 4.2.2 ([#199](https://github.com/oclif/plugin-test-esbuild-single/issues/199)) ([524e06c](https://github.com/oclif/plugin-test-esbuild-single/commit/524e06cb7dfa7914e122a1d0a916d65aa6fca5fe)) + + + ## [0.2.48](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.47...0.2.48) (2025-01-04) diff --git a/package.json b/package.json index 8ee7511..7401be2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.48", + "version": "0.2.49", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",