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": {