From 2195e65f5db9169bd12dca2ad7198e7ddcb1133f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 1 Mar 2024 16:25:09 +0000 Subject: [PATCH] chore(release): 0.1.1 [skip ci] --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7ac2a..5e81ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -# 0.1.0 (2024-02-29) +## [0.1.1](https://github.com/oclif/plugin-test-esbuild-single/compare/0.1.0...0.1.1) (2024-03-01) + + +### Bug Fixes + +* asjust root ([84ac819](https://github.com/oclif/plugin-test-esbuild-single/commit/84ac819f791501a838813e9f79f6ba281498cd01)) + + + +# [0.1.0](https://github.com/oclif/plugin-test-esbuild-single/compare/18bc3253fbaaae81007913a8600cc1acd8cea6a0...0.1.0) (2024-02-29) ### Features diff --git a/package.json b/package.json index c7a5095..fcf0468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.1.0", + "version": "0.1.1", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",