File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
10
- ## [ v1.0.7] ( https://github.com/little-core-labs/gqlr/compare/v1.0.6...v1.0.7 )
10
+ ## [ v1.1.0] ( https://github.com/little-core-labs/gqlr/compare/v1.0.7...v1.1.0 )
11
+
12
+ ### Merged
13
+
14
+ - feat: add stringRequest method [ ` #9 ` ] ( https://github.com/little-core-labs/gqlr/pull/9 )
15
+ - chore(deps): update actions/checkout requirement to v2.3.3 [ ` #8 ` ] ( https://github.com/little-core-labs/gqlr/pull/8 )
16
+
17
+ ## [ v1.0.7] ( https://github.com/little-core-labs/gqlr/compare/v1.0.6...v1.0.7 ) - 2020-09-22
11
18
12
19
### Merged
13
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gqlr" ,
3
- "version" : " 1.0.7 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " WIP: (g)raph(ql)-(r)equest. A simplified fork of graphql-request" ,
5
5
"type" : " module" ,
6
6
"main" : " cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments