Skip to content

Commit

Permalink
chore: Release 3.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmarzex committed Jun 4, 2024
1 parent d40e9f4 commit de62c71
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.39.0](https://github.com/serverless/serverless/compare/v3.38.0...v3.39.0) (2024-06-04)

### Features

- Add support for java21 runtime ([#12273](https://github.com/serverless/serverless/issues/12273)) ([#12274](https://github.com/serverless/serverless/issues/12274)) ([e4dfebd](https://github.com/serverless/serverless/commit/e4dfebdcf66a0f26138f6774b057924128efbfa5))
- Update custom resources to node18 ([d40e9f4](https://github.com/serverless/serverless/commit/d40e9f4b323a737a0b13b35f705bfa54d6614a9b))

### Bug Fixes

- pin install.sh to v3 ([0f52de4](https://github.com/serverless/serverless/commit/0f52de4b34815d233c2c89a79661a806feddcec8))

## [3.38.0](https://github.com/serverless/serverless/compare/v3.37.0...v3.38.0) (2023-11-21)

### Features
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",
"version": "3.38.0",
"version": "3.39.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
2 changes: 1 addition & 1 deletion scripts/pkg/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ then
then
TAG=`curl -L --silent https://sls-standalone-sv-1300963013.cos.na-siliconvalley.myqcloud.com/latest-tag`
else
TAG='v3.38.0'
TAG='v3.39.0'
fi
VERSION=${TAG:1}
else
Expand Down

0 comments on commit de62c71

Please sign in to comment.