From 9a79e2b210d502d24453357a553f447e99c60cd4 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Sat, 11 Sep 2021 01:01:47 +0000 Subject: [PATCH] chore(release): 0.2.35 [ci skip] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a62a7b..747de977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.2.35](https://github.com/salesforcecli/plugin-functions/compare/v0.2.34...v0.2.35) (2021-09-11) + +### Features + +- **cli:** implement deploy hook for compute environment ([#172](https://github.com/salesforcecli/plugin-functions/issues/172)) ([025731b](https://github.com/salesforcecli/plugin-functions/commit/025731b78bdc419e0a82140a64b04c26bd13524c)) + ### [0.2.34](https://github.com/salesforcecli/plugin-functions/compare/v0.2.32...v0.2.34) (2021-09-10) ### Features diff --git a/package.json b/package.json index 53d9cff0..41c0d518 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-functions", "description": "Functions plugin for the SF CLI", - "version": "0.2.34", + "version": "0.2.35", "author": "heroku-front-end@salesforce.com", "bin": { "functions": "./bin/run"