Skip to content

Commit

Permalink
Release v0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
moetelo committed Oct 19, 2023
1 parent 1bf92d7 commit 81188a8
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 @@
## v0.5.10 (2023-10-19)
* Use unique command names for each workspace folder. (Issue #3)
* Default function args from debug:twig to an empty array. (Issue #3)
* Allow setting twiggy.phpBinConsoleCommand per workspace folder.

## v0.5.9 (2023-10-17)
* Add annotations for `{% endblock %}` and `{% endmacro %}` (configurable via extension settings).
* Add documentation for completions resolved via `twiggy.phpBinConsoleCommand`.
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.5.9",
"version": "0.5.10",
"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.5.9",
"version": "0.5.10",
"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.5.9",
"version": "0.5.10",
"engines": {
"vscode": "^1.74.0"
},
Expand Down

0 comments on commit 81188a8

Please sign in to comment.