From a665ec25a78a8f2b19ec289a7f944f02907399fb Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Mon, 28 Jun 2021 16:00:40 +0000 Subject: [PATCH] chore(release): 0.0.4 [ci skip] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c351bbfb..1edd7c049 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.4](https://github.com/salesforcecli/plugin-project-utils/compare/v0.0.3...v0.0.4) (2021-06-28) + + +### Bug Fixes + +* update Options type ([f24a800](https://github.com/salesforcecli/plugin-project-utils/commit/f24a800409e026605f08717cd572e89afcdf35d0)) + ### [0.0.3](https://github.com/salesforcecli/plugin-project-utils/compare/v0.0.2...v0.0.3) (2021-06-28) diff --git a/package.json b/package.json index dabe9fcc1..ab3b356d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/plugin-project-utils", - "version": "0.0.3", + "version": "0.0.4", "description": "Utils for writing project plugins", "main": "lib/exported", "types": "lib/exported.d.ts",