diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6b5f01..189f3152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.29](https://github.com/oclif/core/compare/4.0.28...4.0.29) (2024-10-15) + + +### Bug Fixes + +* improve solution for handling circular json ([#1222](https://github.com/oclif/core/issues/1222)) ([9073052](https://github.com/oclif/core/commit/90730524f2e695dce3dc2b87ec43e480f0dcdd54)) + + + ## [4.0.28](https://github.com/oclif/core/compare/4.0.27...4.0.28) (2024-10-11) diff --git a/package.json b/package.json index a7dca4f3..6d17815c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "4.0.28", + "version": "4.0.29", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {