Skip to content

Commit

Permalink
release(js): v0.2.0-beta.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Nov 25, 2024
1 parent 352f164 commit cac80db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions pkg/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## pkg/js/v0.2.0-beta.23

### [v0.2.0-beta.23](https://github.com/openfga/language/compare/pkg/js/v0.2.0-beta.22...pkg/js/v0.2.0-beta.23) (2024-11-25)

Fixed:

- Error when a model file is provided as part of a modular model (#386) - thanks @fsedano!
- Validation of Object IDs is aligned with the OpenFGA server (#348)

## pkg/js/v0.2.0-beta.22

### [v0.2.0-beta.22](https://github.com/openfga/language/compare/pkg/js/v0.2.0-beta.21...pkg/js/v0.2.0-beta.22) (2024-09-27)
Expand Down
4 changes: 2 additions & 2 deletions pkg/js/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 pkg/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfga/syntax-transformer",
"version": "0.2.0-beta.22",
"version": "0.2.0-beta.23",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down

0 comments on commit cac80db

Please sign in to comment.