Skip to content

Commit 198cdca

Browse files
version up
1 parent edb931c commit 198cdca

File tree

3 files changed

+10
-180
lines changed

3 files changed

+10
-180
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## [0.1.5](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.4...v0.1.5) (2018-05-04)
6+
7+
* gif (🔊 Jiff 🔊) demo added to readme
8+
59
## [0.1.4](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.1.3...v0.1.4) (2018-05-04)
610

711
* provider repos now scanned from the terraform-providers organization.

package-lock.json

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

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "terraform-doc-snippets",
33
"displayName": "Terraform doc snippets",
4-
"description":
5-
"Terraform code snippets (>1400) straight from documentation for all provider resources and data sources. All providers in the terraform-providers org covered.",
6-
"version": "0.1.4",
4+
"description": "Terraform code snippets (>1400) straight from documentation for all provider resources and data sources. All providers in the terraform-providers org covered.",
5+
"version": "0.1.5",
76
"icon": "assets/terraform_logo.png",
87
"publisher": "run-at-scale",
98
"license": "MIT",
@@ -15,7 +14,9 @@
1514
"email": "[email protected]",
1615
"url": "https://github.com/run-at-scale"
1716
},
18-
"categories": ["Snippets"],
17+
"categories": [
18+
"Snippets"
19+
],
1920
"keywords": [
2021
"Terraform",
2122
"devops",

0 commit comments

Comments
 (0)