Skip to content

Commit b3daa5c

Browse files
committed
1.0.7
1 parent 91332f5 commit b3daa5c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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)
11+
12+
### Merged
13+
14+
- chore(deps-dev): bump fetch-cookie from 0.9.1 to 0.10.1 [`#6`](https://github.com/little-core-labs/gqlr/pull/6)
15+
- chore(deps-dev): bump gh-release from 3.5.0 to 4.0.2 [`#4`](https://github.com/little-core-labs/gqlr/pull/4)
16+
- feat: add automatic release prepwork [`#7`](https://github.com/little-core-labs/gqlr/pull/7)
17+
18+
### Commits
19+
20+
- Create release.yml [`d52ccbc`](https://github.com/little-core-labs/gqlr/commit/d52ccbc06518340b4879832489c9f83b75bb5f83)
21+
- Create dependabot.yml [`6acbc39`](https://github.com/little-core-labs/gqlr/commit/6acbc39b1c20babfbee74099ea3b33d966c9e24a)
22+
- chore: remove type-fest [`a43105c`](https://github.com/little-core-labs/gqlr/commit/a43105c3b61f40f74e0275f5de2c4bf2f1d4206b)
23+
1024
## [v1.0.6](https://github.com/little-core-labs/gqlr/compare/v1.0.5...v1.0.6) - 2020-06-11
1125

1226
### 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.6",
3+
"version": "1.0.7",
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)