From 4c26120b3bbfb5a1c2a5bdc09624ca843561c970 Mon Sep 17 00:00:00 2001 From: Cristopher Pinzon Date: Thu, 31 Oct 2024 18:30:26 -0500 Subject: [PATCH] update package version and README --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d24832..aba064e 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,8 @@ custom: ``` ## Change Log +* v1.3.1: prevent the mounting of code if the Lambda uses an ECR Image +* v1.3.0: add support for built-in Esbuild in Serverless Framework v4 #267 * v1.2.1: Fix custom-resource bucket compatibility with serverless >3.39.0, continue improving support for `AWS_ENDPOINT_URL` * v1.2.0: Add docker-compose config and fix autostart when plugin is not active * v1.1.3: Fix replacing host from environment variable `AWS_ENDPOINT_URL` diff --git a/package.json b/package.json index a6ab713..e0d27a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-localstack", - "version": "1.2.1", + "version": "1.3.1", "description": "Connect Serverless to LocalStack!", "main": "src/index.js", "scripts": {