diff --git a/CHANGELOG.md b/CHANGELOG.md index ead53adfb..b5de4e45d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.2.7](https://github.com/forcedotcom/sfdx-core/compare/8.2.6...8.2.7) (2024-07-29) + + +### Bug Fixes + +* override whatwg-url ([52aa626](https://github.com/forcedotcom/sfdx-core/commit/52aa6261531fe3e14d967b0a2273da61f1eaa4a9)) + + + ## [8.2.6](https://github.com/forcedotcom/sfdx-core/compare/8.2.5...8.2.6) (2024-07-28) diff --git a/package.json b/package.json index c46e0489f..130255b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "8.2.6", + "version": "8.2.7", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",