Skip to content

Commit 6029c61

Browse files
chore(release): 🎉 1.7.2 [skip ci]
## [1.7.2](v1.7.1...v1.7.2) (2022-11-18) ### Bug Fixes * **handler,audits/server:** application/json is the default when accept is missing until watershed ([#23](#23)) ([050fdfe](050fdfe))
1 parent 050fdfe commit 6029c61

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.7.2](https://github.com/graphql/graphql-http/compare/v1.7.1...v1.7.2) (2022-11-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **handler,audits/server:** application/json is the default when accept is missing until watershed ([#23](https://github.com/graphql/graphql-http/issues/23)) ([050fdfe](https://github.com/graphql/graphql-http/commit/050fdfe88d007b9b2b0abe697af3311f1dc101ad))
7+
18
## [1.7.1](https://github.com/graphql/graphql-http/compare/v1.7.0...v1.7.1) (2022-11-15)
29

310

package.json

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

0 commit comments

Comments
 (0)