Skip to content

Commit

Permalink
release: v0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
d-jeffery committed May 8, 2024
1 parent db4cdb7 commit aca9660
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.2.22

### [0.2.22](https://github.com/openfga/vscode-ext/compare/v0.2.21...v0.2.22) (2024-05-08)

- feat: add support for list users (#232) - See [example](https://github.com/openfga/cli/blob/7f8f86973799d9be6ae443147977e36595461bc9/example/model.fga.yaml#L72-L85)
- fix: add block chomping for yaml store model field (#228)
- fix: adding @ to allowable characters in id (#217)
- chore: fix roadmap link in docs (#220) - thanks @solon

## v0.2.21

### [0.2.21](https://github.com/openfga/vscode-ext/compare/v0.2.20...v0.2.21) (2024-04-04)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"zanzibar"
],
"license": "Apache-2.0",
"version": "0.2.21",
"version": "0.2.22",
"repository": {
"type": "git",
"url": "https://github.com/openfga/vscode-ext"
Expand Down

0 comments on commit aca9660

Please sign in to comment.