chore: Release 3.40.0 (#12961)

This commit is contained in:
Tomasz Czubocha 2024-12-17 18:53:21 +01:00 committed by GitHub
parent 20c25e2575
commit 19128fadcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,12 @@
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.40.0](https://github.com/serverless/serverless/compare/v3.39.0...v3.40.0) (2024-12-17)
### Bug Fixes
- enable compatibility for loading native ES modules with require() ([#12950](https://github.com/serverless/serverless/pull/12950)) ([8b960a2](https://github.com/serverless/serverless/commit/8b960a2e92364149e463c274172dc9d08a37a836))
## [3.39.0](https://github.com/serverless/serverless/compare/v3.38.0...v3.39.0) (2024-06-04)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "3.39.0",
"version": "3.40.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/",

View File

@ -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.39.0'
TAG='v3.40.0'
fi
VERSION=${TAG:1}
else