From d5f63602196f3507aa5d4fed5e8f913d01c8e90e Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Thu, 15 Jul 2021 22:48:07 +0000 Subject: [PATCH] chore(release): 0.0.9 [ci skip] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1954f762..305cec1c 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.9](https://github.com/salesforcecli/plugin-deploy-retrieve-utils/compare/v0.0.8...v0.0.9) (2021-07-15) + + +### Bug Fixes + +* rename ProjectDeployOptions to DeployOptions ([eafefcf](https://github.com/salesforcecli/plugin-deploy-retrieve-utils/commit/eafefcfb55f73e96e2b0b08bb3129b6aa0fb6571)) + ### [0.0.8](https://github.com/salesforcecli/plugin-deploy-retrieve-utils/compare/v0.0.7...v0.0.8) (2021-07-15) ### [0.0.7](https://github.com/salesforcecli/plugin-project-utils/compare/v0.0.6...v0.0.7) (2021-07-01) diff --git a/package.json b/package.json index bc95b9b1..8929d446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/plugin-deploy-retrieve-utils", - "version": "0.0.8", + "version": "0.0.9", "description": "Utils for writing deploy and retrieve plugins", "main": "lib/exported", "types": "lib/exported.d.ts",