diff --git a/CHANGELOG.md b/CHANGELOG.md index 40bac02a6..8bc65779b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.7.5](https://github.com/forcedotcom/sfdx-core/compare/6.7.4...6.7.5) (2024-04-04) + + +### Bug Fixes + +* current linter standards, allow 2 ([20601d0](https://github.com/forcedotcom/sfdx-core/commit/20601d09a48a7dbba47cc7acbc318fd379a2351e)) + + + ## [6.7.4](https://github.com/forcedotcom/sfdx-core/compare/6.7.3...6.7.4) (2024-03-31) diff --git a/package.json b/package.json index 101e78eba..595c2d4e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "6.7.4", + "version": "6.7.5", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",