From b6062e30afd97d4c74a5cf3d9a9d3e17c962c0c3 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Thu, 8 Sep 2022 15:42:15 +0000 Subject: [PATCH] chore(release): 1.16.1 [ci skip] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0aca08c..3dd9b2ef 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. +### [1.16.1](https://github.com/oclif/core/compare/v1.16.0...v1.16.1) (2022-09-08) + + +### Bug Fixes + +* support environment variables for boolean flags ([#488](https://github.com/oclif/core/issues/488)) ([#490](https://github.com/oclif/core/issues/490)) ([506945c](https://github.com/oclif/core/commit/506945c6ea2f8b75f0d56ad1f6e62a3717384a42)), closes [#487](https://github.com/oclif/core/issues/487) + ## [1.16.0](https://github.com/oclif/core/compare/v1.15.0...v1.16.0) (2022-08-24) diff --git a/package.json b/package.json index 45cafe71..cbabcff9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "1.16.0", + "version": "1.16.1", "author": "Salesforce", "bugs": "https://github.com/oclif/core/issues", "dependencies": {