Skip to content

Commit

Permalink
release: js and go changelog entries (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Sep 9, 2024
2 parents 733d874 + cd20b11 commit 8118aec
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions pkg/go/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## pkg/go/v0.2.0-beta.1

### [v0.2.0-beta.2](https://github.com/openfga/language/compare/pkg/go/v0.2.0-beta.1...pkg/go/v0.2.0-beta.2) (2024-09-09)

Fixed:

- Updated generated antlr code to fix issue when parsing modules (#339)

## pkg/go/v0.2.0-beta.1

### [v0.2.0-beta.1](https://github.com/openfga/language/compare/pkg/go/v0.2.0-beta.0...pkg/go/v0.2.0-beta.1) (2024-09-06)

Added:
Expand Down
8 changes: 8 additions & 0 deletions pkg/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

### [v0.2.0-beta.21](https://github.com/openfga/language/compare/pkg/js/v0.2.0-beta.20...pkg/js/v0.2.0-beta.21) (2024-09-09)

Fixed:

- Updated generated antlr code to fix issue when parsing modules (#339)

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

### [v0.2.0-beta.20](https://github.com/openfga/language/compare/pkg/js/v0.2.0-beta.19...pkg/js/v0.2.0-beta.20) (2024-09-06)

Added:
Expand Down
2 changes: 1 addition & 1 deletion 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.20",
"version": "0.2.0-beta.21",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down

0 comments on commit 8118aec

Please sign in to comment.