Skip to content

Commit d93c713

Browse files
committed
1.1.1
1 parent 102dd31 commit d93c713

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ 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-
## [v1.1.0](https://github.com/little-core-labs/gqlr/compare/v1.0.7...v1.1.0)
10+
## [v1.1.1](https://github.com/little-core-labs/gqlr/compare/v1.1.0...v1.1.1) - 2020-09-28
11+
12+
### Commits
13+
14+
- bug: fix return signature on stringRequest [`102dd31`](https://github.com/little-core-labs/gqlr/commit/102dd3184ce4af029eec1979ea34c0f29a714014)
15+
16+
## [v1.1.0](https://github.com/little-core-labs/gqlr/compare/v1.0.7...v1.1.0) - 2020-09-28
1117

1218
### Merged
1319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gqlr",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
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)