Skip to content

Commit cba6dbf

Browse files
committed
1.0.2
1 parent 650fbd4 commit cba6dbf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.2](https://github.com/little-core-labs/gqlr/compare/v1.0.1...v1.0.2) - 2020-06-08
11+
12+
### Commits
13+
14+
- docs: tweak readme [`650fbd4`](https://github.com/little-core-labs/gqlr/commit/650fbd422951f0b030aa3c1368ed67fe38033529)
15+
1016
## [v1.0.1](https://github.com/little-core-labs/gqlr/compare/v1.0.0...v1.0.1) - 2020-06-08
1117

1218
### Commits

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.0.1",
3+
"version": "1.0.2",
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)