Skip to content

Commit 20604f5

Browse files
add note about new version 2.19.0 to readme
1 parent a91e699 commit 20604f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ $ awslocal sns list-topics
7777

7878
## Change Log
7979

80+
* 2.19.0: Add support for aws-cdk versions >= `2.167.0`
8081
* 2.18.1: Throw better exception if `aws-cdk` not found
8182
* 2.18.0: Add support for AWS_ENDPOINT_URL, USE_SSL, and BUCKET_MARKER_LOCAL configurations
8283
* 2.17.0: Fix IPv4 fallback check to prevent IPv6 connection issue with `localhost` on macOS

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-cdk-local",
33
"description": "CDK Toolkit for use with LocalStack",
4-
"version": "2.18.1",
4+
"version": "2.19.0",
55
"bin": {
66
"cdklocal": "bin/cdklocal"
77
},

0 commit comments

Comments
 (0)