Skip to content

Commit 82e04a7

Browse files
committedOct 25, 2021
release(version): Release 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2021-10-25) ### Bug Fixes * **instance:** added async to request method and solved other issues ([98f3f28](98f3f28))
1 parent 98f3f28 commit 82e04a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.3](https://github.com/manu2manu/graphql-react-client/compare/v1.0.2...v1.0.3) (2021-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **instance:** added async to request method and solved other issues ([98f3f28](https://github.com/manu2manu/graphql-react-client/commit/98f3f287d79e9edf517e309e868399484233530d))
7+
18
## [1.0.2](https://github.com/manu2manu/graphql-react-client/compare/v1.0.1...v1.0.2) (2021-10-24)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.2",
2+
"version": "1.0.3",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.