We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91e699 commit 20604f5Copy full SHA for 20604f5
README.md
@@ -77,6 +77,7 @@ $ awslocal sns list-topics
77
78
## Change Log
79
80
+* 2.19.0: Add support for aws-cdk versions >= `2.167.0`
81
* 2.18.1: Throw better exception if `aws-cdk` not found
82
* 2.18.0: Add support for AWS_ENDPOINT_URL, USE_SSL, and BUCKET_MARKER_LOCAL configurations
83
* 2.17.0: Fix IPv4 fallback check to prevent IPv6 connection issue with `localhost` on macOS
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "aws-cdk-local",
3
"description": "CDK Toolkit for use with LocalStack",
4
- "version": "2.18.1",
+ "version": "2.19.0",
5
"bin": {
6
"cdklocal": "bin/cdklocal"
7
},
0 commit comments