Skip to content

Commit 33df9d2

Browse files
committed
1.0.4
1 parent 617a306 commit 33df9d2

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.4](https://github.com/little-core-labs/gqlr/compare/v1.0.3...v1.0.4) - 2020-06-08
11+
12+
### Commits
13+
14+
- docs: fix typo [`617a306`](https://github.com/little-core-labs/gqlr/commit/617a306f708db77b7d5d47d94ce70083b052dd06)
15+
1016
## [v1.0.3](https://github.com/little-core-labs/gqlr/compare/v1.0.2...v1.0.3) - 2020-06-08
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.3",
3+
"version": "1.0.4",
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)