Skip to content

Commit

Permalink
chore(release): 馃帀 1.22.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Apr 10, 2024
1 parent 50d3bcd commit 001eb3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.22.1](https://github.com/graphql/graphql-http/compare/v1.22.0...v1.22.1) (2024-04-10)


### Bug Fixes

* **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))
* **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)
* **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)

# [1.22.0](https://github.com/graphql/graphql-http/compare/v1.21.0...v1.22.0) (2023-08-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-http",
"version": "1.22.0",
"version": "1.22.1",
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.",
"keywords": [
"graphql",
Expand Down

0 comments on commit 001eb3b

Please sign in to comment.