From 6a56b583b2a2b8add0bb080ef1ccbfb07e406b76 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Mon, 30 Aug 2021 18:01:29 +0000 Subject: [PATCH] chore(release): 0.0.12 [ci skip] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb4b1af6..0929cbfa5 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.0.12](https://github.com/salesforcecli/sf-plugins-core/compare/v0.0.11...v0.0.12) (2021-08-30) + + +### Features + +* support env display ([446af15](https://github.com/salesforcecli/sf-plugins-core/commit/446af15385ed57e7d5ebd40c4a4964b2bf326e16)) + ### [0.0.11](https://github.com/salesforcecli/sf-plugins-core/compare/v0.0.10...v0.0.11) (2021-08-30) diff --git a/package.json b/package.json index 8ab1308a4..8655dfab7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "0.0.11", + "version": "0.0.12", "description": "Utils for writing deploy and retrieve plugins", "main": "lib/exported", "types": "lib/exported.d.ts",