Skip to content

Commit 001eb3b

Browse files
chore(release): 🎉 1.22.1 [skip ci]
## [1.22.1](v1.22.0...v1.22.1) (2024-04-10) ### Bug Fixes * **audit/render:** Omit `set-cookie` header and html body ([#116](#116)) ([1c5c744](1c5c744)) * **handler:** Support both utf-8 and utf8 charsets ([94100d6](94100d6)), closes [#120](#120) * **use:** Set request readable encoding to utf-8 ([50d3bcd](50d3bcd)), closes [#118](#118)
1 parent 50d3bcd commit 001eb3b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.22.1](https://github.com/graphql/graphql-http/compare/v1.22.0...v1.22.1) (2024-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **audit/render:** Omit `set-cookie` header and html body ([#116](https://github.com/graphql/graphql-http/issues/116)) ([1c5c744](https://github.com/graphql/graphql-http/commit/1c5c7447e4f981905917a1c849eb62142b92cd3d))
7+
* **handler:** Support both utf-8 and utf8 charsets ([94100d6](https://github.com/graphql/graphql-http/commit/94100d6118301b55f89609019d993935ef31ed7e)), closes [#120](https://github.com/graphql/graphql-http/issues/120)
8+
* **use:** Set request readable encoding to utf-8 ([50d3bcd](https://github.com/graphql/graphql-http/commit/50d3bcdee22c0b59d7e1bff254445a0b9a779113)), closes [#118](https://github.com/graphql/graphql-http/issues/118)
9+
110
# [1.22.0](https://github.com/graphql/graphql-http/compare/v1.21.0...v1.22.0) (2023-08-28)
211

312

Diff for: package.json

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

0 commit comments

Comments
 (0)