diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f2ea02..4584c678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [60.1.1](https://github.com/forcedotcom/salesforcedx-templates/compare/60.1.0...60.1.1) (2024-03-29) + + +### Bug Fixes + +* inherit the secrets for the next workflow to consume ([#579](https://github.com/forcedotcom/salesforcedx-templates/issues/579)) ([db9530e](https://github.com/forcedotcom/salesforcedx-templates/commit/db9530e432dae382a3a3560e80cfcf6e81129690)) + + + # [60.1.0](https://github.com/forcedotcom/salesforcedx-templates/compare/60.0.1...60.1.0) (2024-01-08) diff --git a/package.json b/package.json index 79241f4d..436c15e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/templates", - "version": "60.1.0", + "version": "60.1.1", "salesforceApiVersion": "59", "description": "Salesforce JS library for templates", "bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",