Skip to content

Commit 0c707aa

Browse files
committed
1.0.6
1 parent fa65fdd commit 0c707aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.6](https://github.com/little-core-labs/gqlr/compare/v1.0.5...v1.0.6) - 2020-06-11
11+
12+
### Commits
13+
14+
- chore: more faq [`fa65fdd`](https://github.com/little-core-labs/gqlr/commit/fa65fddeb8eb45bc3699345dc50980ac42ef43af)
15+
1016
## [v1.0.5](https://github.com/little-core-labs/gqlr/compare/v1.0.4...v1.0.5) - 2020-06-11
1117

1218
### Commits

package.json

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