diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e740f91..bc6b5f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.28](https://github.com/oclif/core/compare/4.0.27...4.0.28) (2024-10-11) + + +### Bug Fixes + +* remove circular references when colorizing json ([de9ed4e](https://github.com/oclif/core/commit/de9ed4e236b0f0db82ce84ee6ff22e356d5dd9dd)) + + + ## [4.0.27](https://github.com/oclif/core/compare/4.0.26...4.0.27) (2024-10-03) diff --git a/package.json b/package.json index 8c0bbd72..3cfcc204 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "4.0.27", + "version": "4.0.28", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {