diff --git a/CHANGELOG.md b/CHANGELOG.md index 660be5e41..3f358f176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.13.2](https://github.com/oclif/core/compare/3.13.1...3.13.2) (2023-12-04) + + +### Bug Fixes + +* add exit codes to different flag validation errors ([#861](https://github.com/oclif/core/issues/861)) ([1c841bf](https://github.com/oclif/core/commit/1c841bf296f89529183a182433ce2baddc697072)) + + + ## [3.13.1](https://github.com/oclif/core/compare/3.13.0...3.13.1) (2023-11-30) diff --git a/package.json b/package.json index e8a023d3a..fdfdcd896 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.13.1", + "version": "3.13.2", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {