Skip to content

Commit 6282b06

Browse files
author
AWS Scripting Guy
committed
0.0.13: yaml - most snippets translated
1 parent 13eeb0d commit 6282b06

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog
22
-------------------
3+
0.0.13
4+
* yaml - most of the snippets translated
5+
36
0.0.12
47
* yaml - several new snippets added (vpc, ec2-instance, autoscaling-group, rds-dbinstance, elastic-load-balancer-internal, subnet, s3-bucket, s3-bucket-policy, cloudwatch-alarm, ref, get-azs,get-attr, parameter, output, map, find-in-map)
58

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ This however has no effect on validity of the YAML document.
5656

5757
Changelog
5858
-------------------
59+
0.0.13
60+
* yaml - most of the snippets translated
61+
5962
0.0.12
6063
* yaml - several new snippets added (vpc, ec2-instance, autoscaling-group, rds-dbinstance, elastic-load-balancer-internal, subnet, s3-bucket, s3-bucket-policy, cloudwatch-alarm, ref, get-azs,get-attr, parameter, output, map, find-in-map)
6164

cform-latest.vsix

3.53 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "cform",
66
"displayName": "CloudFormation",
77
"description": "VS Code Plugin for CloudFormation",
8-
"version": "0.0.12",
8+
"version": "0.0.13",
99
"publisher": "aws-scripting-guy",
1010
"icon": "images/ManagementTools_CloudFormation.png",
1111
"repository": {

0 commit comments

Comments
 (0)