Skip to content

Commit

Permalink
Merge pull request #26 from samkim/release-0.5.0
Browse files Browse the repository at this point in the history
Bump version to 0.5.0
  • Loading branch information
samkim authored Feb 22, 2022
2 parents 99a4b5c + 617c294 commit aae4466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Developers create a schema that models their permissions requirements and use a
Supported client API versions:
- [v1](https://docs.authzed.com/reference/api#authzedapiv1)
- [v1alpha1](https://docs.authzed.com/reference/api#authzedapiv1alpha1)
- "v0" - deprecated
- v0 - deprecated

You can find more info on each API on the [Authzed API reference documentation].
Additionally, Protobuf API documentation can be found on the [Buf Registry Authzed API repository].
Expand Down
2 changes: 1 addition & 1 deletion js-dist/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@authzed/authzed-js-node",
"author": "authzed",
"version": "0.4.0",
"version": "0.5.0",
"description": "authzed js client for nodejs",
"main": "src/index.js",
"repository": "https://github.com/authzed/authzed-node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@authzed/authzed-node",
"author": "authzed",
"version": "0.4.0",
"version": "0.5.0",
"description": "authzed client for nodejs",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit aae4466

Please sign in to comment.