Skip to content

Commit 5834236

Browse files
committed
release: v0.3.1
1 parent 908ecd6 commit 5834236

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog
22

3+
## v0.3.1
4+
5+
### [0.3.1](https://github.com/openfga/js-sdk/compare/v0.3.0...v0.3.1) (2024-01-26)
6+
7+
- chore: use latest API interfaces
8+
- chore: dependency updates
9+
310
## v0.3.0
411

512
### [0.3.0](https://github.com/openfga/js-sdk/compare/v0.2.10...v0.3.0) (2023-12-11)
613

7-
- feat: support for conditions
14+
- feat: support for [conditions](https://openfga.dev/blog/conditional-tuples-announcement)
815
- chore: use latest API interfaces
916
- chore: dependency updates
1017

configuration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const DEFAULT_MAX_RETRY = 15;
2121
// default minimum wait period in retry - but will backoff exponentially
2222
const DEFAULT_MIN_WAIT_MS = 100;
2323

24-
const DEFAULT_USER_AGENT = "openfga-sdk js/0.3.0";
24+
const DEFAULT_USER_AGENT = "openfga-sdk js/0.3.1";
2525

2626
export interface RetryParams {
2727
maxRetry?: number;
@@ -67,7 +67,7 @@ export class Configuration {
6767
* @type {string}
6868
* @memberof Configuration
6969
*/
70-
private static sdkVersion = "0.3.0";
70+
private static sdkVersion = "0.3.1";
7171

7272
/**
7373
* provide scheme (e.g. `https`)

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.3.0",
3+
"version": "0.3.1",
44
"description": "JavaScript and Node.js SDK for OpenFGA",
55
"author": "OpenFGA",
66
"keywords": [

0 commit comments

Comments
 (0)