diff --git a/CHANGELOG.md b/CHANGELOG.md index d77defb47..9060dc148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.20](https://github.com/salesforcecli/sf-plugins-core/compare/v0.0.19...v0.0.20) (2021-09-14) + ### [0.0.19](https://github.com/salesforcecli/sf-plugins-core/compare/v0.0.18...v0.0.19) (2021-09-13) diff --git a/package.json b/package.json index c9c1a6547..20ad2a1fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/sf-plugins-core", - "version": "0.0.19", + "version": "0.0.20", "description": "Utils for writing deploy and retrieve plugins", "main": "lib/exported", "types": "lib/exported.d.ts",