File tree Expand file tree Collapse file tree 3 files changed +16
-31
lines changed Expand file tree Collapse file tree 3 files changed +16
-31
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ 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
+ ## [ v2.0.0] ( https://github.com/little-core-labs/gqlr/compare/v1.2.0...v2.0.0 )
11
+
12
+ ### Merged
13
+
14
+ - feat: better errors [ ` #17 ` ] ( https://github.com/little-core-labs/gqlr/pull/17 )
15
+ - chore(deps): bump actions/checkout from v2.3.3 to v2.3.4 [ ` #16 ` ] ( https://github.com/little-core-labs/gqlr/pull/16 )
16
+ - chore(deps-dev): bump fetch-cookie from 0.10.1 to 0.11.0 [ ` #15 ` ] ( https://github.com/little-core-labs/gqlr/pull/15 )
17
+ - chore(deps-dev): bump @12core/eslint-config-12core from 2.0.1 to 3.0.0 [ ` #14 ` ] ( https://github.com/little-core-labs/gqlr/pull/14 )
18
+ - chore(deps-dev): bump @12core/eslint-config-12core from 1.0.3 to 2.0.0 [ ` #13 ` ] ( https://github.com/little-core-labs/gqlr/pull/13 )
19
+
20
+ ### Commits
21
+
22
+ - ** Breaking change:** feat: better errors [ ` 6121411 ` ] ( https://github.com/little-core-labs/gqlr/commit/6121411bf369a814ba156957b4af0c45c303dec0 )
23
+ - docs: fix a missing documented argument in rawRequest [ ` 012e8a8 ` ] ( https://github.com/little-core-labs/gqlr/commit/012e8a8bb0014625cb3f2320b3822fb8d4d48ca3 )
24
+
10
25
## [ v1.2.0] ( https://github.com/little-core-labs/gqlr/compare/v1.1.1...v1.2.0 ) - 2020-10-22
11
26
12
27
### Merged
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gqlr" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 2.0 .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