Skip to content

Commit 1ad4c7d

Browse files
chore: release 0.8.0 (#246)
1 parent a2755ed commit 1ad4c7d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.8.0](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.7.1...v0.8.0) (2022-01-31)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
311
### [0.7.1](https://www.github.com/google-github-actions/deploy-cloud-functions/compare/v0.7.0...v0.7.1) (2021-12-14)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)