From b90e9de8efafc44fbba39c8f695059202db2c878 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 24 Oct 2023 16:54:33 +0000 Subject: [PATCH] chore(release): 3.7.1 [skip ci] --- CHANGELOG.md | 24 +++++++++++++++++++++++- package.json | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0791b61..aab05da68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [3.7.1](https://github.com/oclif/core/compare/3.7.0...3.7.1) (2023-10-24) + + + +## [3.3.3-dev.0](https://github.com/oclif/core/compare/3.3.2...3.3.3-dev.0) (2023-10-18) + + +### Bug Fixes + +* clear commands belogning to legacy plugins before reloading ([6a53997](https://github.com/oclif/core/commit/6a5399704a9644d26c54269ae88cbbb420af5490)) + + + # [3.7.0](https://github.com/oclif/core/compare/3.6.0...3.7.0) (2023-10-24) @@ -59,7 +72,7 @@ -## [3.3.3](https://github.com/oclif/core/compare/3.3.2...3.3.3) (2023-10-19) +## [3.3.3](https://github.com/oclif/core/compare/3.3.3-dev.0...3.3.3) (2023-10-19) ### Bug Fixes @@ -69,6 +82,15 @@ +## [3.3.3-dev.0](https://github.com/oclif/core/compare/3.3.2...3.3.3-dev.0) (2023-10-18) + + +### Bug Fixes + +* clear commands belogning to legacy plugins before reloading ([6a53997](https://github.com/oclif/core/commit/6a5399704a9644d26c54269ae88cbbb420af5490)) + + + ## [3.3.2](https://github.com/oclif/core/compare/3.3.1...3.3.2) (2023-10-17) diff --git a/package.json b/package.json index 1c9ddf394..03a68c000 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.7.0", + "version": "3.7.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {