Skip to content

Commit f10060d

Browse files
committed
chore: Release v4.5.0
1 parent 73d084c commit f10060d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.5.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v4.4.0...v4.5.0) (2021-11-25)
6+
7+
### Features
8+
9+
- Recognize `python39` runtime ([#278](https://github.com/serverless/serverless-google-cloudfunctions/issues/278)) ([1dfcab0](https://github.com/serverless/serverless-google-cloudfunctions/commit/1dfcab013cb2bf77b5609c908fcfe617dc5da5eb)) ([Harry Robbins](https://github.com/harryrobbins))
10+
- Support new Serverless Framework variables resolver ([#280](https://github.com/serverless/serverless-google-cloudfunctions/issues/280)) ([65cf774](https://github.com/serverless/serverless-google-cloudfunctions/commit/65cf774a90af0e673108b5164470f094f9f242a4)) ([Mariusz Nowak](https://github.com/medikoo))
11+
- Update Cloud Functions locations lit ([#274](https://github.com/serverless/serverless-google-cloudfunctions/issues/274)) ([390bba5](https://github.com/serverless/serverless-google-cloudfunctions/commit/390bba5bee3796969c9798629bd588917759616d)) ([Eric Ho](https://github.com/dhoeric))
12+
513
## [4.4.0](https://github.com/serverless/serverless-google-cloudfunctions/compare/v4.3.0...v4.4.0) (2021-09-03)
614

715
### 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.4.0",
3+
"version": "4.5.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)