Skip to content

Commit 3e9a1d2

Browse files
chore(release): 🎉 1.17.1 [skip ci]
## [1.17.1](v1.17.0...v1.17.1) (2023-03-31) ### Bug Fixes * Add file extensions to imports/exports in ESM type definitions ([d084a8d](d084a8d)), closes [#70](#70) * **audits/server:** Better "must accept UTF-8" test with emoji ([#69](#69)) ([a322d2c](a322d2c))
1 parent 08f0750 commit 3e9a1d2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.17.1](https://github.com/graphql/graphql-http/compare/v1.17.0...v1.17.1) (2023-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* Add file extensions to imports/exports in ESM type definitions ([d084a8d](https://github.com/graphql/graphql-http/commit/d084a8d8e83ac65c8fbc07322ca37a2bea8ac372)), closes [#70](https://github.com/graphql/graphql-http/issues/70)
7+
* **audits/server:** Better "must accept UTF-8" test with emoji ([#69](https://github.com/graphql/graphql-http/issues/69)) ([a322d2c](https://github.com/graphql/graphql-http/commit/a322d2c5f457e864ef303a08e8067d65b828f7d2))
8+
19
# [1.17.0](https://github.com/graphql/graphql-http/compare/v1.16.0...v1.17.0) (2023-03-28)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.17.0",
3+
"version": "1.17.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)