Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaermorchen committed Jul 31, 2023
1 parent d815cbb commit 3ee884e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@



## v0.2.2 (2023-07-31)

#### :memo: Documentation
* `vscode`
* [#15](https://github.com/kaermorchen/twig-language-server/pull/15) Update README.md ([@kaermorchen](https://github.com/kaermorchen))

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

## v0.2.1 (2023-07-31)

## v0.2.0 (2023-07-31)
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.2.1",
"version": "0.2.2",
"repository": "https://github.com/kaermorchen/twig-language-server",
"private": true,
"workspaces": [
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.2.1",
"version": "0.2.2",
"author": "Stanislav Romanov <kaermorchen@gmail.com>",
"license": "Mozilla Public License 2.0",
"main": "out/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Twig extension for VS Code",
"author": "Stanislav Romanov <kaermorchen@gmail.com>",
"license": "Mozilla Public License 2.0",
"version": "0.2.1",
"version": "0.2.2",
"engines": {
"vscode": "^1.74.0"
},
Expand Down Expand Up @@ -91,7 +91,7 @@
"typescript": "^5.1.3"
},
"dependencies": {
"twig-language-server": "^0.2.1",
"twig-language-server": "^0.2.2",
"vscode-languageclient": "^8.1.0"
}
}

0 comments on commit 3ee884e

Please sign in to comment.