Skip to content

Commit bb6d354

Browse files
committed
1.2.0
1 parent 4d131ef commit bb6d354

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.2.0](https://github.com/little-core-labs/gqlr/compare/v1.1.1...v1.2.0) - 2020-10-22
11+
12+
### Merged
13+
14+
- use npm-run-all2 [`#12`](https://github.com/little-core-labs/gqlr/pull/12)
15+
- chore(deps): bump bcomnes/npm-bump from v2.0.1 to v2.0.2 [`#11`](https://github.com/little-core-labs/gqlr/pull/11)
16+
- chore(deps): update actions/setup-node requirement to v2.1.2 [`#10`](https://github.com/little-core-labs/gqlr/pull/10)
17+
18+
### Commits
19+
20+
- feat: add options to request shortcut methods. [`4d131ef`](https://github.com/little-core-labs/gqlr/commit/4d131efe1a4316647b68fc6a4fed6456082acf78)
21+
1022
## [v1.1.1](https://github.com/little-core-labs/gqlr/compare/v1.1.0...v1.1.1) - 2020-09-28
1123

1224
### Commits

package.json

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