From c28137b779807438de844bf92b5a08fa4246009a Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Mon, 28 Jun 2021 15:28:36 +0000 Subject: [PATCH] chore(release): 0.0.3 [ci skip] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77753d2f0..4c351bbfb 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.3](https://github.com/salesforcecli/plugin-project-utils/compare/v0.0.2...v0.0.3) (2021-06-28) + + +### Features + +* add Deployables class ([0405a6b](https://github.com/salesforcecli/plugin-project-utils/commit/0405a6bdc78cf44237e1bd51efb2199c275678ca)) + ### [0.0.2](https://github.com/salesforcecli/plugin-project-utils/compare/v0.0.1...v0.0.2) (2021-06-24) ### 0.0.1 (2021-06-24) diff --git a/package.json b/package.json index 2e74b4289..dabe9fcc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/plugin-project-utils", - "version": "0.0.2", + "version": "0.0.3", "description": "Utils for writing project plugins", "main": "lib/exported", "types": "lib/exported.d.ts",