Skip to content

Commit ad62c59

Browse files
chore(release): 🎉 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2022-09-12) ### Bug Fixes * **server:** Accepting application/json SHOULD use status code 200 ([9622ea0](9622ea0)) * **server:** Adjust audits following the spec ([2b21b08](2b21b08)) * **server:** Audits requires 4xx shouldnt consider 5xx ([59c51fa](59c51fa)) * **server:** Audits respect legacy watershed ([050c7ba](050c7ba)) * **server:** Audits safely handle unparsable JSON in response body ([f8098b6](f8098b6))
1 parent f002df7 commit ad62c59

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.6.1](https://github.com/enisdenjo/graphql-http/compare/v1.6.0...v1.6.1) (2022-09-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **server:** Accepting application/json SHOULD use status code 200 ([9622ea0](https://github.com/enisdenjo/graphql-http/commit/9622ea0bd6b082d6927ab3fe47f5782a4a62c41c))
7+
* **server:** Adjust audits following the spec ([2b21b08](https://github.com/enisdenjo/graphql-http/commit/2b21b08beb2714c14fac919b2742132b8b295c85))
8+
* **server:** Audits requires 4xx shouldnt consider 5xx ([59c51fa](https://github.com/enisdenjo/graphql-http/commit/59c51fad789dafb755d4b2cb2cff0ec40350841c))
9+
* **server:** Audits respect legacy watershed ([050c7ba](https://github.com/enisdenjo/graphql-http/commit/050c7ba1318c732e31806864231df47f171d706b))
10+
* **server:** Audits safely handle unparsable JSON in response body ([f8098b6](https://github.com/enisdenjo/graphql-http/commit/f8098b62ad970fddb93257fdf5d8b6bef395723f))
11+
112
# [1.6.0](https://github.com/enisdenjo/graphql-http/compare/v1.5.0...v1.6.0) (2022-09-01)
213

314

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.6.0",
3+
"version": "1.6.1",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)