Skip to content

Commit 75a9750

Browse files
committed
1.0.1
1 parent 9067833 commit 75a9750

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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-
## 1.0.0 - 2020-06-08
10+
## [v1.0.1](https://github.com/little-core-labs/gqlr/compare/v1.0.0...v1.0.1) - 2020-06-08
1111

12-
init
12+
### Commits
13+
14+
- docs: update README with badge and fix node version [`9067833`](https://github.com/little-core-labs/gqlr/commit/90678333a821eebf5b6970240c59e7d6c2e53c03)
15+
16+
## v1.0.0 - 2020-06-08
17+
18+
### Commits
19+
20+
- chore: finish port [`d0524e0`](https://github.com/little-core-labs/gqlr/commit/d0524e07be5b8655fe5802cf4a48ddfb4461ad2d)
21+
- docs: stub out README and package.json [`eb6210a`](https://github.com/little-core-labs/gqlr/commit/eb6210ac24ff1930e3e2c8e1d1b935464d98bc37)
22+
- Initial commit [`67d56c0`](https://github.com/little-core-labs/gqlr/commit/67d56c043ad3b28dc00bf7ef44124abb226d0c25)

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