diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb2300fa..b89ceb0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [11.1.1](https://github.com/salesforcecli/sf-plugins-core/compare/11.1.0...11.1.1) (2024-06-20) + + + # [11.1.0](https://github.com/salesforcecli/sf-plugins-core/compare/11.0.1...11.1.0) (2024-06-18) diff --git a/package.json b/package.json index 0b261af2b..ec53de031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "11.1.0", + "version": "11.1.1", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",