From 7ddf86d24511d039029b602086828dec3d6c95d9 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 16 Feb 2024 21:16:29 +0000 Subject: [PATCH] chore(release): 0.2.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5aa979..67ff1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.2.0](https://github.com/oclif/plugin-test-esbuild/compare/0.1.7...0.2.0) (2024-02-16) + + +### Features + +* add esbuild command for testing ([c1b18ac](https://github.com/oclif/plugin-test-esbuild/commit/c1b18acaa1f4d8c8b77f6e0ee217b0d1e3485617)) + + + ## [0.1.7](https://github.com/oclif/plugin-test-esbuild/compare/0.1.6...0.1.7) (2024-02-16) diff --git a/package.json b/package.json index 41ea270..c2ba118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.1.7", + "version": "0.2.0", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",