Skip to content

Commit e6bc71c

Browse files
authored
bump localstack-serverless version (#239)
1 parent 4039810 commit e6bc71c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ custom:
208208
209209
## Change Log
210210
211+
* v1.1.3: Fix replacing host from environment variable `AWS_ENDPOINT_URL`
211212
* v1.1.2: Unify construction of target endpoint URL, add support for configuring `AWS_ENDPOINT_URL`
212213
* v1.1.1: Fix layer deployment if `mountCode` is enabled by always packaging and deploying
213214
* v1.1.0: Fix SSM environment variables resolving issues with serverless v3, change default for `BUCKET_MARKER_LOCAL` to `hot-reload`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.2",
3+
"version": "1.1.3",
44
"description": "Connect Serverless to LocalStack!",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)