Skip to content

Commit

Permalink
chore(release): bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdharris committed Aug 16, 2024
1 parent 73fff17 commit 1f5ad00
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.1.0](https://github.com/tdharris/vscode-terraform-link-docs/compare/v0.0.9...v0.1.0) (2024-08-16)

- Add vscode extension output channel for debugging
- Update demo.gif with tested examples
- Add examples main.tf used in demo.gif
- Update dev dependencies, add .tool-versions

## [0.0.9](https://github.com/tdharris/vscode-terraform-link-docs/compare/v0.0.8...v0.0.9) (2024-03-26)

- Fix `hcl` support
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Tyler Harris
Copyright (c) 2024 Tyler Harris

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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 @@ -2,7 +2,7 @@
"name": "terraform-link-docs",
"displayName": "Terraform Link Docs",
"description": "Open documentation for Terraform resources, data sources, providers and modules",
"version": "0.0.9",
"version": "0.1.0",
"publisher": "TylerHarris",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1f5ad00

Please sign in to comment.