Skip to content

Commit 23c122a

Browse files
openfga-releaser-bot[bot]openfga-botSoulPancake
authored
release: v0.9.7 (#416)
* chore: release 0.9.7 Release-As: 0.9.7 * release: v0.9.7 * chore: fix changelog --------- Co-authored-by: openfga-releaser-bot <contact@openfga.dev> Co-authored-by: openfga-releaser-bot[bot] <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Co-authored-by: Anurag Bandyopadhyay <angbpy@gmail.com>
1 parent cf64c87 commit 23c122a

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.6"
2+
".": "0.9.7"
33
}

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Changelog
22

33

4-
## [0.9.6](https://github.com/openfga/js-sdk/compare/v0.9.5...v0.9.6) (2026-05-11)
5-
4+
## [0.9.7](https://github.com/openfga/js-sdk/compare/v0.9.5...v0.9.7) (2026-05-11)
65

76
### Fixed
87

constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Version of the OpenFGA JavaScript SDK.
1616
*/
1717

18-
const SdkVersion = "0.9.6"; // x-release-please-version
18+
const SdkVersion = "0.9.7"; // x-release-please-version
1919

2020
/**
2121
* User agent used in HTTP requests.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfga/sdk",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "JavaScript and Node.js SDK for OpenFGA",
55
"author": "OpenFGA",
66
"keywords": [

0 commit comments

Comments
 (0)