From d9a60cebb12082dcb2d16b00dfb2a52cf90bd803 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 25 Nov 2024 03:20:46 +0000 Subject: [PATCH] chore(release): 0.7.40 [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 a60ed0e..490ebf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.40](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.39...0.7.40) (2024-11-25) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.32 to 4.0.33 ([#235](https://github.com/oclif/plugin-test-cjs-1/issues/235)) ([67433bd](https://github.com/oclif/plugin-test-cjs-1/commit/67433bde464ae748ec43cde45d2df7bb4bbd36a9)) + + + ## [0.7.39](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.38...0.7.39) (2024-11-17) diff --git a/README.md b/README.md index 152b92c..4afbaa4 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.39 linux-x64 node-v18.20.5 +@oclif/plugin-test-cjs-1/0.7.40 linux-x64 node-v18.20.5 $ 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.39/src/commands/cjs1.ts)_ +_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.40/src/commands/cjs1.ts)_ ## `cjs1 help [COMMAND]` diff --git a/package.json b/package.json index 1451820..3ede4f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-cjs-1", - "version": "0.7.39", + "version": "0.7.40", "description": "Test CJS plugin", "author": "Salesforce", "bin": {