From cb035616b0e76646b1df2be631d075b1652d1b76 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 5 Oct 2024 03:03:11 +0000 Subject: [PATCH] chore(release): 0.2.27 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db47288..e058494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.27](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.26...0.2.27) (2024-10-05) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.23 to 4.0.27 ([#144](https://github.com/oclif/plugin-test-esbuild-single/issues/144)) ([077c841](https://github.com/oclif/plugin-test-esbuild-single/commit/077c8417634267ffc5e5faef17c96d53e7607136)) + + + ## [0.2.26](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.25...0.2.26) (2024-09-29) diff --git a/package.json b/package.json index 078650c..12be126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.26", + "version": "0.2.27", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",