From 5567a53a9def3e9560a4cf691dbb509879e25a32 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Fri, 10 Sep 2021 18:39:47 +0000 Subject: [PATCH] chore(release): 0.0.17 [ci skip] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd351af5..329b712ff 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.17](https://github.com/salesforcecli/sf-plugins-core/compare/v0.0.16...v0.0.17) (2021-09-10) + + +### Features + +* add help section helper function ([379d14f](https://github.com/salesforcecli/sf-plugins-core/commit/379d14f45eedc46736f64bb5c37a7f906e235d4c)) + ### [0.0.16](https://github.com/salesforcecli/sf-plugins-core/compare/v0.0.15...v0.0.16) (2021-09-08) diff --git a/package.json b/package.json index b2fdd77c0..cda6e478f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "0.0.16", + "version": "0.0.17", "description": "Utils for writing deploy and retrieve plugins", "main": "lib/exported", "types": "lib/exported.d.ts",