Skip to content

Commit

Permalink
release: v0.1.3 with fixes and changes to validation (#136)
Browse files Browse the repository at this point in the history
* feat(validation): Allow self-referencing type restrictions
* fix(validation): Prevent invalid model that may introduce infinite loop
* chore(deps): upgrade dependencies
  • Loading branch information
adriantam authored Jun 26, 2023
1 parent 58ed149 commit 4ab32d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.1.3
### [0.1.3](https://github.com/openfga/syntax-transformer/compare/v0.1.2...v0.1.3) (2023-06-26)

- feat(validation): Allow self-referencing type restrictions
- fix(validation): Prevent invalid model that may introduce infinite loop
- chore(deps): upgrade dependencies

## v0.1.2
### [0.1.2](https://github.com/openfga/syntax-transformer/compare/v0.1.1...v0.1.2) (2023-04-21)

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
@@ -1,6 +1,6 @@
{
"name": "@openfga/syntax-transformer",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down

0 comments on commit 4ab32d7

Please sign in to comment.