Skip to content

Commit

Permalink
release(js): v0.2.0-beta.19 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-jeffery authored Jul 25, 2024
2 parents b7ca692 + cdc9482 commit 8ed98f7
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

## v0.2.0-beta.19

### [pkg/js/v0.2.0-beta.19](https://github.com/openfga/language/compare/a3958b8187145f3a1f98f1d7334ba49411521cc8...b7ca69293497250f2ef6e6824eef391269d2944f) (2024-07-25)

Added:

- migrated validation code for store files (#286)
- getModulesFromJSON: function to get modules from json (#287)

## v0.2.0-beta.18

### [pkg/js/v0.2.0-beta.18](https://github.com/openfga/language/compare/34a1a85f8307547cfd44d270472c317cc64962dd...6bf7c3e4910b7acc1ff80d8c66a8e1277e949fe6) (2024-06-12)
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.18",
"version": "0.2.0-beta.19",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down

0 comments on commit 8ed98f7

Please sign in to comment.