diff --git a/CHANGELOG.md b/CHANGELOG.md index a53c93f33..f8cbd3dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [3.11.0](https://github.com/oclif/core/compare/3.10.8...3.11.0) (2023-11-13) + + +### Features + +* indent all flags with no char below each other ([#863](https://github.com/oclif/core/issues/863)) ([#872](https://github.com/oclif/core/issues/872)) ([0fcd6ed](https://github.com/oclif/core/commit/0fcd6edc12e839a2b6ef9cf33550862840547fbf)) + + + ## [3.10.8](https://github.com/oclif/core/compare/3.10.7...3.10.8) (2023-11-08) diff --git a/package.json b/package.json index e1f7c6df8..2d157b302 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.10.8", + "version": "3.11.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {