From 592a7b93ed559ed294be8aaeb008b5211ed9cf86 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 31 Aug 2024 05:48:05 +0000 Subject: [PATCH] chore(release): 0.2.18 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4f678..1f2569f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.18](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.17...0.2.18) (2024-08-31) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.18 to 4.0.19 ([#121](https://github.com/oclif/plugin-test-esbuild-single/issues/121)) ([6365b26](https://github.com/oclif/plugin-test-esbuild-single/commit/6365b2654f776a0249d33258d09d19a3a42d5e9d)) + + + ## [0.2.17](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.16...0.2.17) (2024-08-24) diff --git a/package.json b/package.json index 0427fff..8751d63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.17", + "version": "0.2.18", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",