From 9f4fd958f0b5c14e1d33dafeb32a7c1e7786e4ac Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 12 Apr 2023 20:55:49 +0000 Subject: [PATCH] chore(release): 2.8.2 [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d29f89ec..5a06f7f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [2.8.2](https://github.com/oclif/core/compare/2.8.1...2.8.2) (2023-04-12) + + +### Bug Fixes + +* jsonEnabled not handling after pass-through ([#687](https://github.com/oclif/core/issues/687)) ([5c7e534](https://github.com/oclif/core/commit/5c7e534229197d32ffc605f19394300c6ebdf8ac)) + + + +## [2.8.1](https://github.com/oclif/core/compare/2.8.0...2.8.1) (2023-04-11) + + +### Bug Fixes + +* default help behaves properly ([#678](https://github.com/oclif/core/issues/678)) ([8562e13](https://github.com/oclif/core/commit/8562e13f76b8d8fee0ee7ef2ddfdba98a831e3e7)) +* default help behaves properly ([#678](https://github.com/oclif/core/issues/678)) ([1d86cb0](https://github.com/oclif/core/commit/1d86cb0f3edcaa7f7bf09c779d7a307c320dcff2)) + + + # [2.8.0](https://github.com/oclif/core/compare/2.7.1...2.8.0) (2023-03-28) diff --git a/package.json b/package.json index ff965419d..d70ff52b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "2.8.1", + "version": "2.8.2", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {