diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb6ef8ea..92288aa1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.1.2](https://github.com/forcedotcom/sfdx-core/compare/8.1.1...8.1.2) (2024-07-14) + + +### Bug Fixes + +* **deps:** bump ajv from 8.16.0 to 8.17.1 ([7c6f9d7](https://github.com/forcedotcom/sfdx-core/commit/7c6f9d7afdde50c6195f0c5c8d89171013856a40)) + + + ## [8.1.1](https://github.com/forcedotcom/sfdx-core/compare/8.1.0...8.1.1) (2024-07-03) diff --git a/package.json b/package.json index 75a348024..8a1a23f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "8.1.1", + "version": "8.1.2", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/index", "types": "lib/index.d.ts",