From 0c34e06b4bcf5ad11dd7793a8d8e93ea647d1cb3 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 30 Nov 2023 20:06:55 +0000 Subject: [PATCH] chore(release): 3.13.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d29343e22..660be5e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.13.1](https://github.com/oclif/core/compare/3.13.0...3.13.1) (2023-11-30) + + +### Bug Fixes + +* cache this.commandsDir ([#891](https://github.com/oclif/core/issues/891)) ([7b217a4](https://github.com/oclif/core/commit/7b217a45aac2aa44bc696054924ef2280ecdc944)) + + + # [3.13.0](https://github.com/oclif/core/compare/3.12.1...3.13.0) (2023-11-30) diff --git a/package.json b/package.json index 824bfa119..e8a023d3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "3.13.0", + "version": "3.13.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {