diff --git a/CHANGELOG.md b/CHANGELOG.md index 789a8ef1b..678bd3a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [7.3.10](https://github.com/forcedotcom/sfdx-core/compare/7.3.9...7.3.10) (2024-06-04) + + +### Bug Fixes + +* **deps:** bump ajv from 8.14.0 to 8.15.0 ([66208eb](https://github.com/forcedotcom/sfdx-core/commit/66208eb96499848030d960239bad99a6048d180d)) + + + ## [7.3.9](https://github.com/forcedotcom/sfdx-core/compare/7.3.8...7.3.9) (2024-05-19) diff --git a/package.json b/package.json index 7f70902c3..7cde313cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "7.3.9", + "version": "7.3.10", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",