diff --git a/CHANGELOG.md b/CHANGELOG.md index 491d2242..93e446bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [12.1.3](https://github.com/salesforcecli/sf-plugins-core/compare/12.1.2...12.1.3) (2025-01-26) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.34 to 4.2.4 ([e08c708](https://github.com/salesforcecli/sf-plugins-core/commit/e08c7080b5f90ac51c8aa0868f051463ab32bfb3)) + + + ## [12.1.2](https://github.com/salesforcecli/sf-plugins-core/compare/12.1.1...12.1.2) (2025-01-06) diff --git a/package.json b/package.json index 135688f2..262f657b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "12.1.2", + "version": "12.1.3", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",