File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ 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.2.0] ( https://github.com/little-core-labs/gqlr/compare/v1.1.1...v1.2.0 ) - 2020-10-22
11
+
12
+ ### Merged
13
+
14
+ - use npm-run-all2 [ ` #12 ` ] ( https://github.com/little-core-labs/gqlr/pull/12 )
15
+ - chore(deps): bump bcomnes/npm-bump from v2.0.1 to v2.0.2 [ ` #11 ` ] ( https://github.com/little-core-labs/gqlr/pull/11 )
16
+ - chore(deps): update actions/setup-node requirement to v2.1.2 [ ` #10 ` ] ( https://github.com/little-core-labs/gqlr/pull/10 )
17
+
18
+ ### Commits
19
+
20
+ - feat: add options to request shortcut methods. [ ` 4d131ef ` ] ( https://github.com/little-core-labs/gqlr/commit/4d131efe1a4316647b68fc6a4fed6456082acf78 )
21
+
10
22
## [ v1.1.1] ( https://github.com/little-core-labs/gqlr/compare/v1.1.0...v1.1.1 ) - 2020-09-28
11
23
12
24
### Commits
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gqlr" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.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