Skip to content

Commit 1af3ce0

Browse files
authored
release: 0.2.0-beta.8 (#241)
1 parent 081867a commit 1af3ce0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.2.0 Beta 8 (Frontend Utils)
4+
### [0.2.0-beta.8](https://github.com/openfga/frontend-utils/compare/v0.2.0-beta.7...v0.2.0-beta.8) (2024-04-12)
5+
6+
- feat: support modular models for prism
7+
- fix: handle case when an error other than language error is thrown in validateDSL
8+
39
## v0.2.0 Beta 7 (Frontend Utils)
410
### [0.2.0-beta.7](https://github.com/openfga/frontend-utils/compare/v0.2.0-beta.6...v0.2.0-beta.7) (2024-04-09)
511

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfga/frontend-utils",
3-
"version": "0.2.0-beta.7",
3+
"version": "0.2.0-beta.8",
44
"description": "",
55
"license": "Apache-2.0",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)