diff --git a/CHANGELOG.md b/CHANGELOG.md index bae6e8f5a..e3cb69d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.1.5](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.4...7.1.5) (2024-02-04) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([3d66c60](https://github.com/salesforcecli/sf-plugins-core/commit/3d66c6063cb70c1e90675eb2ebd5a724e251d713)) + + + ## [7.1.4](https://github.com/salesforcecli/sf-plugins-core/compare/7.1.3...7.1.4) (2024-01-22) diff --git a/package.json b/package.json index ebbbac20c..2a11e2d97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "7.1.4", + "version": "7.1.5", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",