Skip to content

Commit 0994db4

Browse files
committed
chore: Release v4.0.0
1 parent 2edf4ca commit 0994db4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [4.0.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v3.1.1...v4.0.0) (2021-04-12)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- Node.js version 10 or later is required (dropped support for v6 and v8)
10+
11+
### Features
12+
13+
- Add schema validation ([#252](https://github.com/serverless/serverless-google-cloudfunctions/issues/252)) ([c332d3d](https://github.com/serverless/serverless-google-cloudfunctions/commit/c332d3d909b6984395cee003f4a139d5aa9e0729)) ([Corentin Doue](https://github.com/CorentinDoue))
14+
15+
### Bug Fixes
16+
17+
- Authentication and Logs ([#244](https://github.com/serverless/serverless-google-cloudfunctions/issues/244)) ([8a34b88](https://github.com/serverless/serverless-google-cloudfunctions/commit/8a34b88250e4cacda46f34024ba482b2051deac9)) ([Rothanak So](https://github.com/rothso) & [Mahamed](https://github.com/upodroid))
18+
519
## [3.1.1](https://github.com/serverless/serverless-google-cloudfunctions/compare/v3.1.0...v3.1.1) (2020-08-27)
620

721
### 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": "3.1.1",
3+
"version": "4.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)