Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moetelo committed Jun 3, 2024
1 parent 56bbdbe commit d028013
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,8 +1,12 @@
## v0.12.0 (2024-06-04)
* Add fallback to `resolveByTwigPath` to handle missing templates (#26, #27 @webrgp)

## v0.11.2 (2024-06-03)
* Fix unused variable diagnostics for implicitly defined variables.

## v0.11.1 (2024-05-29)
* Collect variable usage in other types of expressions.
* Completion for `is_route`

## v0.11.0 (2024-05-24)
* Variable references.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twiggy-root",
"version": "0.11.2",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "git+https://github.com/moetelo/twiggy.git"
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": "twiggy-language-server",
"version": "0.11.2",
"version": "0.12.0",
"author": "Mikhail Gunin <[email protected]>",
"license": "Mozilla Public License 2.0",
"main": "dist/server.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.11.2",
"version": "0.12.0",
"engines": {
"vscode": "^1.88.0"
},
Expand Down

0 comments on commit d028013

Please sign in to comment.