Skip to content

Commit

Permalink
chore(release): 馃帀 1.17.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 31, 2023
1 parent 08f0750 commit 3e9a1d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.17.1](https://github.com/graphql/graphql-http/compare/v1.17.0...v1.17.1) (2023-03-31)


### Bug Fixes

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

# [1.17.0](https://github.com/graphql/graphql-http/compare/v1.16.0...v1.17.0) (2023-03-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.17.0",
"version": "1.17.1",
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.",
"keywords": [
"graphql",
Expand Down

0 comments on commit 3e9a1d2

Please sign in to comment.