Skip to content

Commit 1e109ec

Browse files
authored
release: v0.2.22 (#237)
1 parent a903ad1 commit 1e109ec

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.2.22
4+
5+
### [0.2.22](https://github.com/openfga/vscode-ext/compare/v0.2.21...v0.2.22) (2024-05-08)
6+
7+
- feat: add support for list users (#232) - See [example](https://github.com/openfga/cli/blob/7f8f86973799d9be6ae443147977e36595461bc9/example/model.fga.yaml#L72-L85)
8+
- fix: add block chomping for yaml store model field (#228)
9+
- fix: adding @ to allowable characters in id (#217)
10+
- chore: fix roadmap link in docs (#220) - thanks @solon
11+
312
## v0.2.21
413

514
### [0.2.21](https://github.com/openfga/vscode-ext/compare/v0.2.20...v0.2.21) (2024-04-04)

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.21",
16+
"version": "0.2.22",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/openfga/vscode-ext"

0 commit comments

Comments
 (0)