From 49356a6544661cd37d76f0181f156d2e86b341fe Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Wed, 15 Sep 2021 21:58:32 +0000 Subject: [PATCH] chore(release): 0.5.38 [ci skip] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9372adbc1..607d3bb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.38](https://github.com/oclif/core/compare/v0.5.37...v0.5.38) (2021-09-15) + + +### Features + +* have --json global flag disabled by default ([#252](https://github.com/oclif/core/issues/252)) ([c2a7799](https://github.com/oclif/core/commit/c2a7799ce036697c77917a830a12bce5db6c68a7)) + ### [0.5.37](https://github.com/oclif/core/compare/v0.5.36...v0.5.37) (2021-09-15) diff --git a/package.json b/package.json index b817a1b02..b47071380 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "0.5.37", + "version": "0.5.38", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/core/issues", "dependencies": {