Skip to content

Commit ef1b8cb

Browse files
chore(release): 🎉 1.7.0 [skip ci]
# [1.7.0](v1.6.1...v1.7.0) (2022-11-07) ### Bug Fixes * **audits/server:** Server may accept other content-type encodings ([42c26f7](42c26f7)) ### Features * **handler:** Headers can be native to fetch ([d459991](d459991)) * **handler:** Supply context to schema option and improve typings ([01c45d8](01c45d8)) * **use:** Built-in handlers for some environments and frameworks ([#13](#13)) ([750e600](750e600))
1 parent f26320b commit ef1b8cb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.7.0](https://github.com/graphql/graphql-http/compare/v1.6.1...v1.7.0) (2022-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **audits/server:** Server may accept other content-type encodings ([42c26f7](https://github.com/graphql/graphql-http/commit/42c26f75a8cc4d1c6141be9f8dbfb796803d1351))
7+
8+
9+
### Features
10+
11+
* **handler:** Headers can be native to fetch ([d459991](https://github.com/graphql/graphql-http/commit/d459991e546186661c39d6b52382b4419d5e8da2))
12+
* **handler:** Supply context to schema option and improve typings ([01c45d8](https://github.com/graphql/graphql-http/commit/01c45d8013d9c0fa8e43009dd816ae5e4c47f5b5))
13+
* **use:** Built-in handlers for some environments and frameworks ([#13](https://github.com/graphql/graphql-http/issues/13)) ([750e600](https://github.com/graphql/graphql-http/commit/750e600d5061ca8b1c3734e0192c055827aa3da4))
14+
115
## [1.6.1](https://github.com/enisdenjo/graphql-http/compare/v1.6.0...v1.6.1) (2022-09-12)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)