Skip to content

Commit 700dfdc

Browse files
committed
2.0.0
1 parent 1d851f8 commit 700dfdc

File tree

3 files changed

+16
-31
lines changed

3 files changed

+16
-31
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

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+
1025
## [v1.2.0](https://github.com/little-core-labs/gqlr/compare/v1.1.1...v1.2.0) - 2020-10-22
1126

1227
### Merged

cjs/types.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gqlr",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "WIP: (g)raph(ql)-(r)equest. A simplified fork of graphql-request",
55
"type": "module",
66
"main": "cjs/index.js",

0 commit comments

Comments
 (0)