Skip to content

Commit

Permalink
Merge 7bdf74a into 9e07fed
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed Jun 7, 2021
2 parents 9e07fed + 7bdf74a commit 09d3425
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
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

0 comments on commit 09d3425

Please sign in to comment.