Skip to content

Commit

Permalink
Release v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moetelo committed Nov 16, 2024
1 parent de99b3c commit 4d27bc4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.16.2 (2024-11-16)
* Support apply tag with `call_expression`. #51
* Support for custom syntax '???'. #39
* Fix object property key token type. #46

## 0.16.1 (2024-10-25)
* Increase maxBuffer to 5MB. #44

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.16.1",
"version": "0.16.2",
"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.16.1",
"version": "0.16.2",
"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.16.1",
"version": "0.16.2",
"engines": {
"vscode": "^1.88.0"
},
Expand Down

0 comments on commit 4d27bc4

Please sign in to comment.