Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.1.0 #262

Merged
merged 2 commits into from
Jun 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

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.

## [4.1.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v4.0.0...v4.1.0) (2021-06-07)

### Features

- 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))

### Bug Fixes

- 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))

## [4.0.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v3.1.1...v4.0.0) (2021-04-12)

### ⚠ BREAKING CHANGES

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

### Features

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-google-cloudfunctions",
"version": "4.0.0",
"version": "4.1.0",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Google Cloud Functions.",
"author": "serverless.com",
"repository": "serverless/serverless-google-cloudfunctions",
Expand Down Expand Up @@ -51,16 +51,16 @@
"@commitlint/cli": "^9.1.2",
"@serverless/eslint-config": "^2.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.24.0",
"eslint-plugin-import": "^2.22.1",
"eslint": "^7.28.0",
"eslint-plugin-import": "^2.23.4",
"git-list-updated": "^1.2.1",
"github-release-from-cc-changelog": "^2.2.0",
"husky": "^4.2.5",
"husky": "^4.3.8",
"jest": "^25.5.4",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"prettier": "^2.3.1",
"sinon": "^8.1.1",
"standard-version": "^9.2.0"
"standard-version": "^9.3.0"
},
"scripts": {
"commitlint": "commitlint -f HEAD@{15}",
Expand Down