Skip to content

Commit 2fb939d

Browse files
authored
Release 4.1.0 (#262)
1 parent 9e07fed commit 2fb939d

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,11 +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+
## [4.1.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v4.0.0...v4.1.0) (2021-06-07)
6+
7+
### Features
8+
9+
- Add support for invoke local ([#258](https://github.com/serverless/serverless-google-cloudfunctions/issues/258)) ([9e07fed](https://github.com/serverless/serverless-google-cloudfunctions/commit/9e07fedf8049836a45b038ddd2b972526c8aee6a)) ([Corentin Doue](https://github.com/CorentinDoue))
10+
11+
### Bug Fixes
12+
13+
- CLI option `count` type deprecation warning ([#257](https://github.com/serverless/serverless-google-cloudfunctions/issues/257)) ([8b97064](https://github.com/serverless/serverless-google-cloudfunctions/commit/8b970648f08ee39c1e8d60a373c2c1798c8cde3f)) ([Michael Haglund](https://github.com/hagmic))
14+
515
## [4.0.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v3.1.1...v4.0.0) (2021-04-12)
616

717
### ⚠ BREAKING CHANGES
818

919
- Node.js version 10 or later is required (dropped support for v6 and v8)
20+
- Default runtime has been changed to `nodejs10`
1021

1122
### Features
1223

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-google-cloudfunctions",
3-
"version": "4.0.0",
3+
"version": "4.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",
@@ -51,16 +51,16 @@
5151
"@commitlint/cli": "^9.1.2",
5252
"@serverless/eslint-config": "^2.2.0",
5353
"coveralls": "^3.1.0",
54-
"eslint": "^7.24.0",
55-
"eslint-plugin-import": "^2.22.1",
54+
"eslint": "^7.28.0",
55+
"eslint-plugin-import": "^2.23.4",
5656
"git-list-updated": "^1.2.1",
5757
"github-release-from-cc-changelog": "^2.2.0",
58-
"husky": "^4.2.5",
58+
"husky": "^4.3.8",
5959
"jest": "^25.5.4",
6060
"lint-staged": "^10.5.4",
61-
"prettier": "^2.2.1",
61+
"prettier": "^2.3.1",
6262
"sinon": "^8.1.1",
63-
"standard-version": "^9.2.0"
63+
"standard-version": "^9.3.0"
6464
},
6565
"scripts": {
6666
"commitlint": "commitlint -f HEAD@{15}",

0 commit comments

Comments
 (0)