Skip to content

Commit 4c26120

Browse files
committed
update package version and README
1 parent e85ef03 commit 4c26120

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ custom:
208208
```
209209
210210
## Change Log
211+
* v1.3.1: prevent the mounting of code if the Lambda uses an ECR Image
212+
* v1.3.0: add support for built-in Esbuild in Serverless Framework v4 #267
211213
* v1.2.1: Fix custom-resource bucket compatibility with serverless >3.39.0, continue improving support for `AWS_ENDPOINT_URL`
212214
* v1.2.0: Add docker-compose config and fix autostart when plugin is not active
213215
* v1.1.3: Fix replacing host from environment variable `AWS_ENDPOINT_URL`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-localstack",
3-
"version": "1.2.1",
3+
"version": "1.3.1",
44
"description": "Connect Serverless to LocalStack!",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)