From 6466bc9d20be053e3f0c08bef22d6d3ab85ec8e8 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Tue, 8 Mar 2022 15:33:46 +0000 Subject: [PATCH] chore(release): 1.5.3 [ci skip] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0338b2f..3cabb6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.5.3](https://github.com/salesforcecli/sf-plugins-core/compare/v1.5.2...v1.5.3) (2022-03-08) + +### Bug Fixes + +- expose styledHeader as func in sf command ([fd2dc48](https://github.com/salesforcecli/sf-plugins-core/commit/fd2dc48444be224a884c3b56d5604f4b854f1c0e)) + ### [1.5.2](https://github.com/salesforcecli/sf-plugins-core/compare/v1.5.1...v1.5.2) (2022-03-07) ### Bug Fixes diff --git a/package.json b/package.json index ad986199..b0aaab9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "1.5.2", + "version": "1.5.3", "description": "Utils for writing deploy and retrieve plugins", "main": "lib/exported", "types": "lib/exported.d.ts",