Skip to content

Commit e04b76d

Browse files
chore(release): 🎉 1.12.0 [skip ci]
# [1.12.0](v1.11.0...v1.12.0) (2023-01-20) ### Bug Fixes * **audits/server:** Check the actual content encoding instead of the indication ([#41](#41)) ([67778a8](67778a8)) * **handler:** Response maker handles errors correctly ([#45](#45)) ([5a10e0b](5a10e0b)) ### Features * **audits/server:** Server response in failing audits ([#39](#39)) ([4385ecb](4385ecb))
1 parent d1a57f5 commit e04b76d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.12.0](https://github.com/graphql/graphql-http/compare/v1.11.0...v1.12.0) (2023-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **audits/server:** Check the actual content encoding instead of the indication ([#41](https://github.com/graphql/graphql-http/issues/41)) ([67778a8](https://github.com/graphql/graphql-http/commit/67778a889bd31fdc8d55a1e905f04e084af5772b))
7+
* **handler:** Response maker handles errors correctly ([#45](https://github.com/graphql/graphql-http/issues/45)) ([5a10e0b](https://github.com/graphql/graphql-http/commit/5a10e0bb28b5f01f821330c0be655933faa3b88c))
8+
9+
10+
### Features
11+
12+
* **audits/server:** Server response in failing audits ([#39](https://github.com/graphql/graphql-http/issues/39)) ([4385ecb](https://github.com/graphql/graphql-http/commit/4385ecb6cc6de7881ca4356ed2149dd1a64f788a))
13+
114
# [1.11.0](https://github.com/graphql/graphql-http/compare/v1.10.0...v1.11.0) (2023-01-04)
215

316

package.json

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

0 commit comments

Comments
 (0)