Skip to content

Commit a17d617

Browse files
authored
release: v0.2.17 (#150)
1 parent 41e481a commit a17d617

File tree

7 files changed

+21
-15
lines changed

7 files changed

+21
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
11
# Changelog
22

3+
## v0.2.17
4+
5+
### [0.2.17](https://github.com/openfga/vscode-ext/compare/v0.2.16...v0.2.17) (2024-01-24)
6+
7+
- fix: `list` and `map` are now allowed as relation names
8+
39
## v0.2.16
410

5-
### [0.2.16](https://github.com/openfga/vscode-ext/compare/v0.2.15...v0.2.16) (2024-1-9)
11+
### [0.2.16](https://github.com/openfga/vscode-ext/compare/v0.2.15...v0.2.16) (2024-01-09)
612

7-
- fixes "with" syntax not highlighting correctly
8-
- fixes direct assignment not correctly highlighting when surrounded by brackets
9-
- fixes Improper highlighting of comments at the end of a line
13+
- fix: "with" syntax not highlighting correctly
14+
- fix: direct assignment not correctly highlighting when surrounded by brackets
15+
- fix: Improper highlighting of comments at the end of a line
1016

1117
## v0.2.15
1218

13-
### [0.2.15](https://github.com/openfga/vscode-ext/compare/v0.2.14...v0.2.15) (2024-1-8)
19+
### [0.2.15](https://github.com/openfga/vscode-ext/compare/v0.2.14...v0.2.15) (2024-01-08)
1420

1521
- feat: warnings now issued for check objects that dont match declared tuples
1622

1723
## v0.2.14
1824

19-
### [0.2.14](https://github.com/openfga/vscode-ext/compare/v0.2.13...v0.2.14) (2024-1-5)
25+
### [0.2.14](https://github.com/openfga/vscode-ext/compare/v0.2.13...v0.2.14) (2024-01-05)
2026

2127
- feat: added validation for test tuples declared in the fga yaml
2228
- feat: validation for check tests and list_objects fields

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"zanzibar"
1212
],
1313
"license": "Apache-2.0",
14-
"version": "0.2.12",
14+
"version": "0.2.17",
1515
"publisher": "openfga",
1616
"repository": {
1717
"type": "git",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"zanzibar"
1414
],
1515
"license": "Apache-2.0",
16-
"version": "0.2.16",
16+
"version": "0.2.17",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/openfga/vscode-ext"

server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openfga-lsp-server",
33
"description": "Language server in node.",
4-
"version": "0.2.12",
4+
"version": "0.2.17",
55
"author": "openfga",
66
"license": "Apache-2.0",
77
"engines": {

0 commit comments

Comments
 (0)