Skip to content

Commit

Permalink
chore(release): 馃帀 1.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.18.0](v1.17.1...v1.18.0) (2023-04-14)

### Bug Fixes

* **audits/server:** Avoid auditing non well-formatted GraphQL-over-HTTP requests ([#62](#62)) ([d72e344](d72e344))
* **audits/server:** Prefer using POST ([#77](#77)) ([8cd7dfb](8cd7dfb))
* **handler:** Stringify errors by exposing only the message ([cabf8a9](cabf8a9))

### Features

* **audits:** Notices section for optional recommendations ([#76](#76)) ([b8bdc71](b8bdc71))
* **handler:** Error formatter function ([#78](#78)) ([c0eaeb4](c0eaeb4))
  • Loading branch information
semantic-release-bot committed Apr 14, 2023
1 parent 81354e7 commit 68a0041
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.18.0](https://github.com/graphql/graphql-http/compare/v1.17.1...v1.18.0) (2023-04-14)


### Bug Fixes

* **audits/server:** Avoid auditing non well-formatted GraphQL-over-HTTP requests ([#62](https://github.com/graphql/graphql-http/issues/62)) ([d72e344](https://github.com/graphql/graphql-http/commit/d72e3444a719c0a9710b8a96201f3cc3d9324ffb))
* **audits/server:** Prefer using POST ([#77](https://github.com/graphql/graphql-http/issues/77)) ([8cd7dfb](https://github.com/graphql/graphql-http/commit/8cd7dfb2e571e7660839681a796ab98fe82f652a))
* **handler:** Stringify errors by exposing only the message ([cabf8a9](https://github.com/graphql/graphql-http/commit/cabf8a98b7e266af15b3e6da1b5d874e8d43a238))


### Features

* **audits:** Notices section for optional recommendations ([#76](https://github.com/graphql/graphql-http/issues/76)) ([b8bdc71](https://github.com/graphql/graphql-http/commit/b8bdc71811a5d21a3f8a60b61f61ddf5ee3445ce))
* **handler:** Error formatter function ([#78](https://github.com/graphql/graphql-http/issues/78)) ([c0eaeb4](https://github.com/graphql/graphql-http/commit/c0eaeb4595abc9d13b624d71a8b72ff22298b706))

## [1.17.1](https://github.com/graphql/graphql-http/compare/v1.17.0...v1.17.1) (2023-03-31)


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.1",
"version": "1.18.0",
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.",
"keywords": [
"graphql",
Expand Down

0 comments on commit 68a0041

Please sign in to comment.