From 19128fadcd304ff2e57012cbff34f47f8faa23ce Mon Sep 17 00:00:00 2001 From: Tomasz Czubocha Date: Tue, 17 Dec 2024 18:53:21 +0100 Subject: [PATCH] chore: Release 3.40.0 (#12961) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- scripts/pkg/install.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b976f7a..57051363d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 55015bb67..338787b07 100644 --- a/package.json +++ b/package.json @@ -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/", diff --git a/scripts/pkg/install.sh b/scripts/pkg/install.sh index bf8ec5736..8403b3052 100755 --- a/scripts/pkg/install.sh +++ b/scripts/pkg/install.sh @@ -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