mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
chore: Release 3.40.0 (#12961)
This commit is contained in:
parent
20c25e2575
commit
19128fadcd
@ -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
|
||||
|
||||
@ -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/",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user