diff --git a/CHANGELOG.md b/CHANGELOG.md index a76ef0eb..522c690f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.1.15](https://github.com/salesforcecli/sf-plugins-core/compare/3.1.14...3.1.15) (2023-08-13) + + +### Bug Fixes + +* **deps:** bump @salesforce/kit from 3.0.8 to 3.0.9 ([f620678](https://github.com/salesforcecli/sf-plugins-core/commit/f620678e90a099f3f2febe2501ab8ac58035ab01)) + + + ## [3.1.14](https://github.com/salesforcecli/sf-plugins-core/compare/3.1.13...3.1.14) (2023-08-04) diff --git a/package.json b/package.json index bb782d42..fa8e640f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "3.1.14", + "version": "3.1.15", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",