Skip to content

Commit eef3ad7

Browse files
chore(release): 0.0.4
1 parent 5f7a3c0 commit eef3ad7

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.0.4"></a>
6+
## [0.0.4](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.0.3...v0.0.4) (2018-04-24)
7+
8+
9+
510
<a name="0.0.3"></a>
611

712
## [0.0.3](https://github.com/run-at-scale/terraform-doc-snippets/compare/v0.0.2...v0.0.3) (2018-04-24)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "terraform-doc-snippets",
33
"displayName": "Terraform doc snippets",
44
"description": "Get Terraform code snippets from all providers/resources/data sources as yanked from the provider repo docs.",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"icon": "assets/terraform_logo.png",
77
"publisher": "run-at-scale",
88
"license": "MIT",
@@ -19,20 +19,20 @@
1919
"Snippets"
2020
],
2121
"keywords": [
22-
"vscode",
23-
"Visual studio code",
24-
"devops",
25-
"infrastructure as code",
26-
"terraform",
27-
"Amazon Web Services",
28-
"AWS",
29-
"GCP",
30-
"Google Cloud Platform",
31-
"Azure",
32-
"Microsoft Azure",
33-
"cloud",
34-
"automation"
35-
],
22+
"vscode",
23+
"Visual studio code",
24+
"devops",
25+
"infrastructure as code",
26+
"terraform",
27+
"Amazon Web Services",
28+
"AWS",
29+
"GCP",
30+
"Google Cloud Platform",
31+
"Azure",
32+
"Microsoft Azure",
33+
"cloud",
34+
"automation"
35+
],
3636
"repository": {
3737
"type": "git",
3838
"url": "https://github.com/run-at-scale/vscode-terraform-doc-snippets"

0 commit comments

Comments
 (0)