From 2137a59624871851226433fb7a05619a570d3781 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 23 Mar 2024 11:17:54 +0000 Subject: [PATCH] chore(release): 0.1.4 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 891cf53..e219d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.4](https://github.com/oclif/plugin-test-esbuild-single/compare/0.1.3...0.1.4) (2024-03-23) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 3.25.2 to 3.26.0 ([da2018c](https://github.com/oclif/plugin-test-esbuild-single/commit/da2018cc5514b5ff89b6b5b3a7d053e477ce6bf7)) + + + ## [0.1.3](https://github.com/oclif/plugin-test-esbuild-single/compare/0.1.2...0.1.3) (2024-03-17) diff --git a/package.json b/package.json index fc32882..462d1be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.1.3", + "version": "0.1.4", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",