Skip to content

Commit f2270fb

Browse files
committed
1.1.0
1 parent 9247d72 commit f2270fb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ 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.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
1118

1219
### Merged
1320

package.json

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