From 808698647b43c9f9b315769480c48ac576fefa2b Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 13 Jun 2024 02:49:07 +0000 Subject: [PATCH] chore(release): 0.7.4 [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 68d172e..e805e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.4](https://github.com/oclif/plugin-test-cjs-2/compare/0.7.3...0.7.4) (2024-06-13) + + +### Bug Fixes + +* **deps:** bump braces from 3.0.2 to 3.0.3 ([#124](https://github.com/oclif/plugin-test-cjs-2/issues/124)) ([d5a7505](https://github.com/oclif/plugin-test-cjs-2/commit/d5a750580a252082511e755b3c54188f2376c7a0)) + + + ## [0.7.3](https://github.com/oclif/plugin-test-cjs-2/compare/0.7.2...0.7.3) (2024-06-09) diff --git a/README.md b/README.md index faab9b1..3530837 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-cjs-2 $ cjs2 COMMAND running command... $ cjs2 (--version) -@oclif/plugin-test-cjs-2/0.7.3 linux-x64 node-v18.20.3 +@oclif/plugin-test-cjs-2/0.7.4 linux-x64 node-v18.20.3 $ cjs2 --help [COMMAND] USAGE $ cjs2 COMMAND @@ -53,7 +53,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/0.7.3/src/commands/cjs2.ts)_ +_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/0.7.4/src/commands/cjs2.ts)_ ## `cjs2 help [COMMAND]` diff --git a/package.json b/package.json index 6667c24..ef19b63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-cjs-2", - "version": "0.7.3", + "version": "0.7.4", "description": "Test CJS plugin", "author": "Salesforce", "bin": {