Skip to content

Commit 5ddc6a0

Browse files
committed
build: auto-update snippets to version: 1.32.0
1 parent 413f7e1 commit 5ddc6a0

File tree

4 files changed

+372
-19
lines changed

4 files changed

+372
-19
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Changelog
22
=========
33

44

5+
(unreleased)
6+
------------
7+
- Chore: update repository links to reflect new ownership by
8+
'towardsthecloud' [Danny Steenman]
9+
10+
11+
1.31.0 (2025-04-11)
12+
-------------------
13+
- Build: auto-update snippets to version: 1.31.0. [Github Actions]
14+
15+
516
1.30.0 (2025-04-04)
617
-------------------
718
- Build: auto-update snippets to version: 1.30.0. [Github Actions]

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: 51 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "AWS IAM Actions Snippets",
44
"description": "Adds snippets for all the AWS IAM Actions in VS Code.",
55
"author": "Danny Steenman",
6-
"version": "1.31.0",
6+
"version": "1.32.0",
77
"publisher": "dannysteenman",
88
"icon": "images/iam-actions-snippets-extension-icon.png",
99
"homepage": "https://towardsthecloud.com",
@@ -19,8 +19,16 @@
1919
"color": "#2B2C33",
2020
"theme": "dark"
2121
},
22-
"categories": ["Snippets"],
23-
"keywords": ["aws", "policy", "iam", "actions", "security"],
22+
"categories": [
23+
"Snippets"
24+
],
25+
"keywords": [
26+
"aws",
27+
"policy",
28+
"iam",
29+
"actions",
30+
"security"
31+
],
2432
"badges": [
2533
{
2634
"url": "https://img.shields.io/visual-studio-marketplace/v/dannysteenman.iam-actions-snippets",
@@ -60,28 +68,58 @@
6068
"languages": [
6169
{
6270
"id": "json",
63-
"aliases": ["JSON", "json"],
64-
"extensions": [".json", ".template"]
71+
"aliases": [
72+
"JSON",
73+
"json"
74+
],
75+
"extensions": [
76+
".json",
77+
".template"
78+
]
6579
},
6680
{
6781
"id": "yaml",
68-
"aliases": ["YAML", "yaml"],
69-
"extensions": [".yaml", ".yml", ".template"]
82+
"aliases": [
83+
"YAML",
84+
"yaml"
85+
],
86+
"extensions": [
87+
".yaml",
88+
".yml",
89+
".template"
90+
]
7091
},
7192
{
7293
"id": "terraform",
73-
"aliases": ["Terraform", "terraform"],
74-
"extensions": [".tf", ".tfvars"]
94+
"aliases": [
95+
"Terraform",
96+
"terraform"
97+
],
98+
"extensions": [
99+
".tf",
100+
".tfvars"
101+
]
75102
},
76103
{
77104
"id": "python",
78-
"aliases": ["Python", "python"],
79-
"extensions": [".py"]
105+
"aliases": [
106+
"Python",
107+
"python"
108+
],
109+
"extensions": [
110+
".py"
111+
]
80112
},
81113
{
82114
"id": "typescript",
83-
"aliases": ["TypeScript", "typescript"],
84-
"extensions": [".ts", ".tsx"]
115+
"aliases": [
116+
"TypeScript",
117+
"typescript"
118+
],
119+
"extensions": [
120+
".ts",
121+
".tsx"
122+
]
85123
}
86124
]
87125
}

0 commit comments

Comments
 (0)