Skip to content

Commit

Permalink
Release 0.3.0 (#168)
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
jpogran authored Nov 11, 2022
1 parent 15f13ed commit 9d6cf46
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.0] (2022-11-14)

ENHANCEMENTS:

* Add icon for HCL files [#151](https://github.com/hashicorp/vscode-hcl/pull/151)
* Add Sentinel to telemetry [#162](https://github.com/hashicorp/vscode-hcl/pull/162)

INTERNAL:

* Update MPL-2.0 LICENSE [#166](https://github.com/hashicorp/vscode-hcl/pull/166)

## [0.2.1] (2022-07-08)

INTERNAL:
Expand Down Expand Up @@ -66,7 +77,9 @@ 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.2.0...main
[Unreleased]: https://github.com/hashicorp/vscode-hcl/compare/v0.3.0...main
[0.3.0]: https://github.com/hashicorp/vscode-hcl/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/hashicorp/vscode-hcl/compare/v0.2.0...v0.2.1
[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.2.1",
"version": "0.3.0",
"license": "MPL-2.0",
"preview": false,
"private": true,
Expand Down

0 comments on commit 9d6cf46

Please sign in to comment.