From f0da462a7183de1a50e8c7c200e40dc283601ea5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 9 Jun 2024 08:49:01 +0000 Subject: [PATCH] chore(release): 0.7.3 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9ec7b..477ddcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.3](https://github.com/oclif/plugin-test-esm-2/compare/0.7.2...0.7.3) (2024-06-09) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.0 to 4.0.3 ([#164](https://github.com/oclif/plugin-test-esm-2/issues/164)) ([bfdc4b8](https://github.com/oclif/plugin-test-esm-2/commit/bfdc4b840a761e96aa5e37f28089e7b24b97d379)) + + + ## [0.7.2](https://github.com/oclif/plugin-test-esm-2/compare/0.7.1...0.7.2) (2024-06-09) diff --git a/README.md b/README.md index 9a71938..ddb065e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2 $ esm2 COMMAND running command... $ esm2 (--version) -@oclif/plugin-test-esm-2/0.7.2 linux-x64 node-v18.20.3 +@oclif/plugin-test-esm-2/0.7.3 linux-x64 node-v18.20.3 $ esm2 --help [COMMAND] USAGE $ esm2 COMMAND @@ -50,7 +50,7 @@ FLAGS --optionalString= ``` -_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.2/src/commands/esm2.ts)_ +_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.3/src/commands/esm2.ts)_ ## `esm2 help [COMMAND]` diff --git a/package.json b/package.json index 5080ad5..93d7557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-2", - "version": "0.7.2", + "version": "0.7.3", "description": "Test ESM plugin", "author": "Salesforce", "bin": {