From 907f0a8a5fe5865a71477f2a2b139e26842db82b Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 29 Aug 2023 22:30:50 +0000 Subject: [PATCH] chore(release): 2.13.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 efbfa7cac..e803d8110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.13.0](https://github.com/oclif/core/compare/2.12.0...2.13.0) (2023-08-29) + + +### Features + +* forwards compatibility for config reload ([#773](https://github.com/oclif/core/issues/773)) ([b751bbe](https://github.com/oclif/core/commit/b751bbecbbd25ebe56ef12f462f4f02e626e804b)) + + + # [2.12.0](https://github.com/oclif/core/compare/2.11.11...2.12.0) (2023-08-28) diff --git a/package.json b/package.json index 7268eb388..3300b1547 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.12.0", + "version": "2.13.0", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {