diff --git a/CHANGELOG.md b/CHANGELOG.md index a16d76ce..bae6e8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.1.4](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.3...7.1.4) (2024-01-22) + + +### Bug Fixes + +* bump version of core to 6.5.0 ([1127b33](https://github.com/salesforcecli/sf-plugins-core/commit/1127b333decc35ee71e165e5d6f22d99e77f2610)) + + + ## [7.1.3](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.2...7.1.3) (2024-01-14) diff --git a/package.json b/package.json index cd3834d8..c9268e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "7.1.3", + "version": "7.1.4", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",