Skip to content

Commit ed41fca

Browse files
committed
v0.1.4
1 parent 0ca9eb7 commit ed41fca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@quest-chains/sdk",
33
"description": "An SDK for building applications on top of Quest Chains",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"license": "GPL-3.0",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",

src/graphql/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ export * from './badgesForUser';
66
export * from './statusForUser';
77
export * from './rolesForUser';
88
export * from './types';
9+
export * from './client';

0 commit comments

Comments
 (0)