From a833909c61b631b5eed91b981a503d257ca93439 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 22 Oct 2024 16:16:43 +0000 Subject: [PATCH] chore(release): 4.0.30 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 189f3152..f8763466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.30](https://github.com/oclif/core/compare/4.0.29...4.0.30) (2024-10-22) + + +### Bug Fixes + +* fix aliases in config.commandIDs missing the default topic separator ([#1229](https://github.com/oclif/core/issues/1229)) ([#1230](https://github.com/oclif/core/issues/1230)) ([f86d9f7](https://github.com/oclif/core/commit/f86d9f736e40abb345dc9f261efb7aa5068d8a97)) + + + ## [4.0.29](https://github.com/oclif/core/compare/4.0.28...4.0.29) (2024-10-15) diff --git a/package.json b/package.json index 6b734754..de3ed21e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "4.0.29", + "version": "4.0.30", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {