Skip to content

Commit

Permalink
Release 0.2.0 (#118)
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
jpogran authored Jun 13, 2022
1 parent 83b060b commit 064a147
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [0.2.0] (Unreleased)
## [0.2.0] (2022-06-13)

BUG FIXES:

Expand All @@ -9,6 +9,10 @@ ENHANCEMENTS:

- Enable github.dev and vscode.dev support ([#114](https://github.com/hashicorp/vscode-hcl/pull/114))

INTERNAL:

- Measure usage of known products ([#117](https://github.com/hashicorp/vscode-hcl/pull/117))

## [0.1.1] (2022-05-20)

BUG FIXES:
Expand Down Expand Up @@ -41,5 +45,7 @@ ENHANCEMENTS:
- Fix Publish Action ([#81](https://github.com/hashicorp/vscode-hcl/pull/81))

<!-- Links to tag comparisons -->
[Unreleased]: https://github.com/hashicorp/vscode-hcl/compare/v0.1.0...main
[Unreleased]: https://github.com/hashicorp/vscode-hcl/compare/v0.2.0...main
[0.2.0]: https://github.com/hashicorp/vscode-hcl/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/hashicorp/vscode-hcl/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/hashicorp/vscode-hcl/commits/v0.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"displayName": "HashiCorp HCL",
"description": "HashiCorp HCL syntax",
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
"version": "0.1.1",
"version": "0.2.0",
"license": "MPL-2.0",
"preview": false,
"private": true,
Expand Down

0 comments on commit 064a147

Please sign in to comment.