Skip to content

Commit baeb313

Browse files
chore: release 0.9.0 (#273)
1 parent 2861fb1 commit baeb313

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.9.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.8.0...v0.9.0) (2022-03-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* require nodejs 16 (#272)
9+
10+
### Bug Fixes
11+
12+
* add buildEnvironmentVariables to updateMask ([#276](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/276)) ([53c1f8b](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/53c1f8be67564a771e568c620dbaf3efaecb26bc))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* require nodejs 16 ([#272](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/272)) ([9b7d084](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/9b7d084f94201f2bf164cfa0fd99f03bd920d8de))
18+
319
## [0.8.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.7.1...v0.8.0) (2022-01-31)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy-cloud-functions",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Deploy a Cloud Function",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)