Skip to content

Commit 871d213

Browse files
committed
chore: Release v3.1.0
1 parent 0f6a5b7 commit 871d213

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## [3.1.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v3.0.0...v3.1.0) (2020-05-11)
6+
7+
### Features
8+
9+
- Support serviceAccount option for deployment ([#215](https://github.com/serverless/serverless-google-cloudfunctions/issues/215)) ([1164495](https://github.com/serverless/serverless-google-cloudfunctions/commit/11644956771bc64dc0259b6316502f104fadf1ea))
10+
11+
### Bug Fixes
12+
13+
- Fix function name resolution on invoke ([#216](https://github.com/serverless/serverless-google-cloudfunctions/issues/216)) ([86d40aa](https://github.com/serverless/serverless-google-cloudfunctions/commit/86d40aa3ab07e512eb7e6a92424db399335a8201))
14+
515
## [3.0.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v2.4.3...v3.0.0) (2020-04-01)
616

717
### ⚠ BREAKING CHANGES

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-google-cloudfunctions",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Google Cloud Functions.",
55
"author": "serverless.com",
66
"repository": "serverless/serverless-google-cloudfunctions",

0 commit comments

Comments
 (0)