Skip to content

Commit

Permalink
chore: release 0.8.0 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-github-actions-bot authored Jan 31, 2022
1 parent a2755ed commit 1ad4c7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* add security_level field for https triggers ([#266](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/266)) ([aa3a2aa](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/aa3a2aacae8d3a7b3597c856b50bea18ee006b25))
* switch to using actions-utils ([#243](https://www.github.com/google-github-actions/deploy-cloud-functions/issues/243)) ([938f2f6](https://www.github.com/google-github-actions/deploy-cloud-functions/commit/938f2f686126c0e4ad3601df45408041b4650c6e))

### [0.7.1](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.7.0...v0.7.1) (2021-12-14)


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.7.1",
"version": "0.8.0",
"description": "Deploy a Cloud Function",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1ad4c7d

Please sign in to comment.