diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f87dfef..8c9c6d16f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.2.9](https://github.com/forcedotcom/sfdx-core/compare/8.2.8...8.2.9) (2024-08-07) + + +### Bug Fixes + +* wait to read until file is unlocked ([#1116](https://github.com/forcedotcom/sfdx-core/issues/1116)) ([e4a703f](https://github.com/forcedotcom/sfdx-core/commit/e4a703f7bbd4bcf2e15da166fcf8d8b745fe146b)) + + + ## [8.2.8](https://github.com/forcedotcom/sfdx-core/compare/8.2.7...8.2.8) (2024-07-31) diff --git a/package.json b/package.json index bc000c78a..3e28e62d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "8.2.8", + "version": "8.2.9", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",