Skip to content

Commit

Permalink
chore: Release 3.37.0 (#12262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmarzex committed Nov 16, 2023
1 parent b21afaf commit cd031b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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.37.0](https://github.com/serverless/serverless/compare/v3.36.0...v3.37.0) (2023-11-16)

### Features

- Add support for nodejs20.x runtime ([#12251](https://github.com/serverless/serverless/issues/12251)) ([f3f0af8](https://github.com/serverless/serverless/commit/f3f0af85f0783451b7fdf9216d9ab8536853fa46))

### Bug Fixes

- bump platform-client version for axios ([#12260](https://github.com/serverless/serverless/issues/12260)) ([10980b9](https://github.com/serverless/serverless/commit/10980b9578cb4da6820300b69ae2f001feb1f38e))
- Update pkg config to include axios cjs ([#12261](https://github.com/serverless/serverless/issues/12261)) ([b21afaf](https://github.com/serverless/serverless/commit/b21afaf9cf97224d36234b02e3e872bc115f7dc9))

## [3.36.0](https://github.com/serverless/serverless/compare/v3.35.2...v3.36.0) (2023-10-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "3.36.0",
"version": "3.37.0",
"description": "Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more",
"preferGlobal": true,
"homepage": "https://serverless.com/framework/docs/",
Expand Down

0 comments on commit cd031b9

Please sign in to comment.