Skip to content

Commit

Permalink
Release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moetelo committed Sep 24, 2024
1 parent 9b594b5 commit e56fe07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.15.0 (2024-09-24)
* Fix hints for imported macroses. #38

## 0.14.0 (2024-08-13)
* `@var` type hint for arrays `[]`: grammar, array item type inference. #29
* Fix `TreeNotParsedError` at the moment of `textDocument/documentSymbol`.
Expand Down Expand Up @@ -209,4 +212,3 @@

#### Committers: 1
- Stanislav Romanov ([@kaermorchen](https://github.com/kaermorchen))

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

0 comments on commit e56fe07

Please sign in to comment.