Skip to content

Commit

Permalink
chore: release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
google-github-actions-bot committed Feb 8, 2022
1 parent 53c1f8b commit c5fdfbe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.9.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.8.0...v0.9.0) (2022-02-08)


### ⚠ BREAKING CHANGES

* require nodejs 16 (#272)

### Bug Fixes

* 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))


### Miscellaneous Chores

* 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))

## [0.8.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.7.1...v0.8.0) (2022-01-31)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-cloud-functions",
"version": "0.8.0",
"version": "0.9.0",
"description": "Deploy a Cloud Function",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit c5fdfbe

Please sign in to comment.