From 69bd39a4f9475a31dd0a990ceb7106006149a053 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 13 Nov 2023 21:28:19 +0000 Subject: [PATCH] chore(release): 3.11.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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": {