Skip to content

Commit 8d2ad44

Browse files
versioning up. md files now included brining our resource count to 823
1 parent 5aef9b7 commit 8d2ad44

File tree

5 files changed

+601
-14
lines changed

5 files changed

+601
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +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.1.1"></a>
6-
## [0.1.1](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.0.4...v0.1.1) (2018-04-26)
7-
5+
## [0.1.2](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.0.4...v0.1.1) (2018-04-26)
86

7+
* markdown files are sometimes supplied as `.md` and othertimes `.markdown`. The code now handles both.
98

10-
# Change Log
11-
12-
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.
13-
14-
## [0.0.5](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.0.4...v0.0.5) (2018-04-24)
9+
## [0.1.1](https://github.com/run-at-scale/vscode-terraform-doc-snippets/compare/v0.0.4...v0.1.1) (2018-04-26)
1510

1611
* Source code fixed, though still very hacky in how async is controlled in the main function.
1712
* added github template extras

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "terraform-doc-snippets",
33
"displayName": "Terraform doc snippets",
4-
"description": "Get Terraform code snippets from all providers/resources/data sources as yanked from the provider repo docs.",
5-
"version": "0.1.1",
4+
"description": "Get Terraform code snippets from provider documentation for all resources and data sources. All providers soon to be covered!",
5+
"version": "0.1.2",
66
"icon": "assets/terraform_logo.png",
77
"publisher": "run-at-scale",
88
"license": "MIT",

0 commit comments

Comments
 (0)