Skip to content

Commit 06c2862

Browse files
committedOct 24, 2021
release(version): Release 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-10-24) ### Bug Fixes * **client:** added type to client property ([cf09d2f](cf09d2f))
1 parent cf09d2f commit 06c2862

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.2](https://github.com/manu2manu/graphql-react-client/compare/v1.0.1...v1.0.2) (2021-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** added type to client property ([cf09d2f](https://github.com/manu2manu/graphql-react-client/commit/cf09d2f9526717b1e6f5b46049d58dd2c5612059))
7+
18
## [1.0.1](https://github.com/manu2manu/graphql-react-client/compare/v1.0.0...v1.0.1) (2021-10-23)
29

310

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.