diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d24715..ded59414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.1.2](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.1...7.1.2) (2024-01-14) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 6.4.6 to 6.4.7 ([9e92dce](https://github.com/salesforcecli/sf-plugins-core/commit/9e92dceae70ca37ae30ed0f182cb97cf70513894)) + + + ## [7.1.1](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.0...7.1.1) (2024-01-09) diff --git a/package.json b/package.json index 283ebbc9..17fc2d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "7.1.1", + "version": "7.1.2", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",