Skip to content

Commit d9afebf

Browse files
committed
chore: Release v4.4.0
1 parent 9a644ee commit d9afebf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [4.4.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v4.3.0...v4.4.0) (2021-09-03)
6+
7+
### Features
8+
9+
- Support `provider.vpcEgress` configuration ([#271](https://github.com/serverless/serverless-google-cloudfunctions/issues/271)) ([269df15](https://github.com/serverless/serverless-google-cloudfunctions/commit/269df15e77eb51895c497608eaf4265005d83a5d)) ([Federico Rodríguez](https://github.com/fcr1193))
10+
511
## [4.3.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v4.2.0...v4.3.0) (2021-08-03)
612

713
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-google-cloudfunctions",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Google Cloud Functions.",
55
"author": "serverless.com",
66
"repository": "serverless/serverless-google-cloudfunctions",

0 commit comments

Comments
 (0)