Skip to content

Commit 85a1777

Browse files
zxhaaa6medikoo
authored andcommitted
chore: Release v3.0.0
1 parent ab0d8ba commit 85a1777

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.0.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v2.4.3...v3.0.0) (2020-04-01)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Drop support for Node.js v6
10+
- Services deployed with v1 Beta cannot be updated with v1.
11+
12+
Co-authored-by: Jeremy Minhua Bao (US - ADVS) <jeremy.bao@pwc.com>
13+
Co-authored-by: zxhaaa <zxhaaa@hotmail.com>
14+
Co-authored-by: Peachey_Chen <mr_robot2015@foxmail.com>
15+
16+
### Features
17+
18+
- Switch from CloudFunctions v1 beta to v1 ([#206](https://github.com/serverless/serverless-google-cloudfunctions/issues/206)) ([482ee0e](https://github.com/serverless/serverless-google-cloudfunctions/commit/482ee0e63a1f72dec8cce6c80dfe66ab406671ae))
19+
- Upgrade googleapis to latest version ([#209](https://github.com/serverless/serverless-google-cloudfunctions/issues/209)) ([ab0d8ba](https://github.com/serverless/serverless-google-cloudfunctions/commit/ab0d8ba802d5999c9848232e836651c577a9f0cd))
20+
521
### [2.4.3](https://github.com/serverless/serverless-google-cloudfunctions/compare/v2.4.2...v2.4.3) (2020-04-01)
622

723
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-google-cloudfunctions",
3-
"version": "2.4.3",
3+
"version": "3.0.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)