From ee1ae5c78a94801083b08792808c3b4cc914a895 Mon Sep 17 00:00:00 2001 From: Piotr Grzesik Date: Mon, 7 Jun 2021 21:47:09 +0200 Subject: [PATCH 1/2] chore: Bump dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cdbe374..6534937 100644 --- a/package.json +++ b/package.json @@ -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}", From 7bdf74a350dd77e8f59709f53b9dc0648ab7b88d Mon Sep 17 00:00:00 2001 From: Piotr Grzesik Date: Mon, 7 Jun 2021 21:51:34 +0200 Subject: [PATCH 2/2] chore: Release 4.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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 6534937..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",