From bc860cdd38db856a8531be098a906bf5737f5f0f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 11 Jan 2025 05:46:17 +0000 Subject: [PATCH] chore(release): 0.7.52 [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 2f37005..3d06daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.52](https://github.com/oclif/plugin-test-cjs-2/compare/0.7.51...0.7.52) (2025-01-11) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.2.0 to 4.2.2 ([#259](https://github.com/oclif/plugin-test-cjs-2/issues/259)) ([46156bb](https://github.com/oclif/plugin-test-cjs-2/commit/46156bb28c3f46e46019db307833d5001c2a5ccd)) + + + ## [0.7.51](https://github.com/oclif/plugin-test-cjs-2/compare/0.7.50...0.7.51) (2025-01-04) diff --git a/README.md b/README.md index c7f8661..e0c138e 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.51 linux-x64 node-v20.18.1 +@oclif/plugin-test-cjs-2/0.7.52 linux-x64 node-v20.18.1 $ 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.51/src/commands/cjs2.ts)_ +_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/0.7.52/src/commands/cjs2.ts)_ ## `cjs2 help [COMMAND]` diff --git a/package.json b/package.json index f3bf1fb..79c346b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-cjs-2", - "version": "0.7.51", + "version": "0.7.52", "description": "Test CJS plugin", "author": "Salesforce", "bin": {