diff --git a/CHANGELOG.md b/CHANGELOG.md index b176660..ca190aa 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. +### [5.0.2](https://github.com/salesforcecli/command/compare/v5.0.1...v5.0.2) (2022-03-29) + + +### Bug Fixes + +* fix fancy test types and stubs ([507fb91](https://github.com/salesforcecli/command/commit/507fb91da85ddd8b5e5f09d89c98f16e0a6f41bc)) + ### [5.0.1](https://github.com/salesforcecli/command/compare/v5.0.0...v5.0.1) (2022-03-16) diff --git a/package.json b/package.json index f245845..b9f3045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/command", - "version": "5.0.1", + "version": "5.0.2", "description": "Salesforce CLI base command class", "main": "lib/exported", "repository": "salesforcecli/command",