Skip to content

Commit

Permalink
release: v0.0.9 (#99)
Browse files Browse the repository at this point in the history
changes:
- feat(editor-support): expose auto-completion for monaco (#90)
- feat(editor-support): expose syntax highlighting and tokenization for monaco and prism (#90)
- chore(deps): bump dev dependencies
  • Loading branch information
rhamzeh authored Dec 2, 2022
1 parent 835fe18 commit 6629d90
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.0.9
### [0.0.9](https://github.com/openfga/syntax-transformer/compare/v0.0.8...v0.0.9) (2022-12-02)

#### Changes
- feat(editor-support): expose auto-completion for monaco (openfga/syntax-transformer#90)
- feat(editor-support): expose syntax highlighting and tokenization for monaco and prism (openfga/syntax-transformer#90)

#### Chore
- chore(deps): bump dev dependencies

## v0.0.8
### [0.0.8](https://github.com/openfga/syntax-transformer/compare/v0.0.7...v0.0.8) (2022-11-16)

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.0.8",
"version": "0.0.9",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down

0 comments on commit 6629d90

Please sign in to comment.