From 917ad80d4b9ca7caeae6dc2cfb9424119ca6e018 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 24 Aug 2024 11:49:31 +0000 Subject: [PATCH] chore(release): 0.2.17 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ced617..eb4f678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.17](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.16...0.2.17) (2024-08-24) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.20 to 0.8.21 ([#115](https://github.com/oclif/plugin-test-esbuild-single/issues/115)) ([e0ffa8e](https://github.com/oclif/plugin-test-esbuild-single/commit/e0ffa8edd4a2928ff82a62390a4282653747c6a1)) + + + ## [0.2.16](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.15...0.2.16) (2024-08-24) diff --git a/package.json b/package.json index 6ad82d0..0427fff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.16", + "version": "0.2.17", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",