From d76dc67a4f713e7c98c8a9cc53d01c3a0451a4df Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 7 Jul 2024 11:43:10 +0000 Subject: [PATCH] chore(release): 0.7.9 [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 d105169..1a4476f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.9](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.8...0.7.9) (2024-07-07) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.7 to 4.0.8 ([#140](https://github.com/oclif/plugin-test-cjs-1/issues/140)) ([456bde5](https://github.com/oclif/plugin-test-cjs-1/commit/456bde5de72b382291ff7f8b96a4f7fe29e3c0e0)) + + + ## [0.7.8](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.7...0.7.8) (2024-07-07) diff --git a/README.md b/README.md index e91a95f..e3ac365 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.8 linux-x64 node-v18.20.3 +@oclif/plugin-test-cjs-1/0.7.9 linux-x64 node-v18.20.3 $ 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.8/src/commands/cjs1.ts)_ +_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.9/src/commands/cjs1.ts)_ ## `cjs1 help [COMMAND]` diff --git a/package.json b/package.json index a2a18e3..2c8d95a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-cjs-1", - "version": "0.7.8", + "version": "0.7.9", "description": "Test CJS plugin", "author": "Salesforce", "bin": {