Skip to content

Commit

Permalink
chore: Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhaaa6 authored and medikoo committed Apr 1, 2020
1 parent ab0d8ba commit 85a1777
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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.

## [3.0.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v2.4.3...v3.0.0) (2020-04-01)

### ⚠ BREAKING CHANGES

- Drop support for Node.js v6
- Services deployed with v1 Beta cannot be updated with v1.

Co-authored-by: Jeremy Minhua Bao (US - ADVS) <[email protected]>
Co-authored-by: zxhaaa <[email protected]>
Co-authored-by: Peachey_Chen <[email protected]>

### Features

- Switch from CloudFunctions v1 beta to v1 ([#206](https://github.com/serverless/serverless-google-cloudfunctions/issues/206)) ([482ee0e](https://github.com/serverless/serverless-google-cloudfunctions/commit/482ee0e63a1f72dec8cce6c80dfe66ab406671ae))
- Upgrade googleapis to latest version ([#209](https://github.com/serverless/serverless-google-cloudfunctions/issues/209)) ([ab0d8ba](https://github.com/serverless/serverless-google-cloudfunctions/commit/ab0d8ba802d5999c9848232e836651c577a9f0cd))

### [2.4.3](https://github.com/serverless/serverless-google-cloudfunctions/compare/v2.4.2...v2.4.3) (2020-04-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-google-cloudfunctions",
"version": "2.4.3",
"version": "3.0.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

0 comments on commit 85a1777

Please sign in to comment.