diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6f0c1b..e31ffe22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [9.0.3](https://github.com/salesforcecli/sf-plugins-core/compare/9.0.2...9.0.3) (2024-04-17) + + +### Bug Fixes + +* **deps:** updates from devScripts ([#536](https://github.com/salesforcecli/sf-plugins-core/issues/536)) ([918f4c5](https://github.com/salesforcecli/sf-plugins-core/commit/918f4c5506a75d155d129c0674cc44b6da89ef79)) + + + ## [9.0.2](https://github.com/salesforcecli/sf-plugins-core/compare/9.0.1...9.0.2) (2024-04-14) diff --git a/package.json b/package.json index 7af934d2..f5cdb7bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "9.0.2", + "version": "9.0.3", "description": "Utils for writing Salesforce CLI plugins", "main": "lib/exported", "types": "lib/exported.d.ts",