From 99f67295ff0958b6d84d4f5b95695cd01bec4db2 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 25 Aug 2024 08:43:44 +0000 Subject: [PATCH] chore(release): 0.7.22 [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 764a52e..4393138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.22](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.21...0.7.22) (2024-08-25) + + +### Bug Fixes + +* **deps:** bump micromatch from 4.0.4 to 4.0.8 ([#179](https://github.com/oclif/plugin-test-cjs-1/issues/179)) ([a15c297](https://github.com/oclif/plugin-test-cjs-1/commit/a15c29757437be9db17bf8943ff6da072c3c1dee)) + + + ## [0.7.21](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.20...0.7.21) (2024-08-25) diff --git a/README.md b/README.md index 587c6df..40bdeed 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-cjs-1 $ cjs1 COMMAND running command... $ cjs1 (--version) -@oclif/plugin-test-cjs-1/0.7.21 linux-x64 node-v18.20.4 +@oclif/plugin-test-cjs-1/0.7.22 linux-x64 node-v18.20.4 $ cjs1 --help [COMMAND] USAGE $ cjs1 COMMAND @@ -53,7 +53,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.21/src/commands/cjs1.ts)_ +_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.22/src/commands/cjs1.ts)_ ## `cjs1 help [COMMAND]` diff --git a/package.json b/package.json index 013c54c..8d182be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-cjs-1", - "version": "0.7.21", + "version": "0.7.22", "description": "Test CJS plugin", "author": "Salesforce", "bin": {