Skip to content

Commit

Permalink
release: v0.2.23 (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: Ewan Harris <[email protected]>
  • Loading branch information
rhamzeh and ewanharris committed Sep 9, 2024
1 parent 1e32848 commit e6c25f7
Show file tree
Hide file tree
Showing 9 changed files with 1,523 additions and 683 deletions.
8 changes: 8 additions & 0 deletions .npm-upgrade.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ignore": {
"eslint": {
"versions": "9.*.*",
"reason": "breaking changes"
}
}
}
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.23

### [0.2.23](https://github.com/openfga/vscode-ext/compare/v0.2.22...v0.2.23) (2024-09-06)

- fix: `tupleuserset-not-direct` is now prioritized above `no-entrypoint` error (inherited from https://github.com/openfga/language/releases/tag/pkg/js/v0.2.0-beta.20)
- fix: correct reported location of errors in some cases (inherited from https://github.com/openfga/language/releases/tag/pkg/js/v0.2.0-beta.20)
- fix: syntax for custom themes (#260)
- fix: remove excluded user field from list_users (#258)

## v0.2.22

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

0 comments on commit e6c25f7

Please sign in to comment.