Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moetelo committed Dec 8, 2023
1 parent 2735ae1 commit 7335f39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.6.2 (2023-12-08)
* Add completion for macroses inside of other macroses.
* Add completion for variables defined inside of `if` block contents.

## v0.6.1 (2023-10-23)
* Fix `wordPattern` for `include` and `source`.
* Fix syntax highlighting for strings and dictionary literals.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.1",
"version": "0.6.2",
"repository": "https://github.com/moetelo/twiggy",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twig-language-server",
"version": "0.6.1",
"version": "0.6.2",
"author": "Mikhail Gunin <[email protected]>",
"license": "Mozilla Public License 2.0",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Twig language support for VS Code",
"author": "Mikhail Gunin <[email protected]>",
"license": "Mozilla Public License 2.0",
"version": "0.6.1",
"version": "0.6.2",
"engines": {
"vscode": "^1.74.0"
},
Expand Down

0 comments on commit 7335f39

Please sign in to comment.