From 2fb939d3bed0db63c5f7fcf72fe7fff584d28827 Mon Sep 17 00:00:00 2001 From: Piotr Grzesik Date: Tue, 8 Jun 2021 10:10:58 +0200 Subject: [PATCH] Release 4.1.0 (#262) --- CHANGELOG.md | 11 +++++++++++ package.json | 12 ++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fa0f6..9eaa2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index cdbe374..d7f84b2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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}",