From ee7fe48457cb3eb28d58b9f0507073ed1679a086 Mon Sep 17 00:00:00 2001 From: Max Marze Date: Wed, 22 Nov 2023 11:15:31 -0500 Subject: [PATCH] chore: Release 3.38.0 (#12268) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91bdef773f8..1c9726f6e1a 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.38.0](https://github.com/serverless/serverless/compare/v3.37.0...v3.38.0) (2023-11-21) + +### Features + +- Add support for provided.al2023 runtime ([#12263](https://github.com/serverless/serverless/issues/12263)) ([6cdf14e](https://github.com/serverless/serverless/commit/6cdf14e7a81016a69c18d7a1fa6ba293cc3b2a6b)) + ## [3.37.0](https://github.com/serverless/serverless/compare/v3.36.0...v3.37.0) (2023-11-16) ### Features diff --git a/package.json b/package.json index bf21637cf7b..1ab69daa790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless", - "version": "3.37.0", + "version": "3.38.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/",