Skip to content

Commit

Permalink
chore(release): 🎉 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.0...v1.9.0) (2022-11-28)

### Bug Fixes

* **audits/server:** `url` option can also just be a Promise ([8844aea](8844aea))

### Features

* **audits/server:** Test that `null` is allowed for body parameters ([#28](#28)) ([2dee4ff](2dee4ff))
  • Loading branch information
semantic-release-bot committed Nov 28, 2022
1 parent 2dee4ff commit 5d7f0e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.9.0](https://github.com/graphql/graphql-http/compare/v1.8.0...v1.9.0) (2022-11-28)


### Bug Fixes

* **audits/server:** `url` option can also just be a Promise ([8844aea](https://github.com/graphql/graphql-http/commit/8844aea1dd28145834430be304394e28fa6e04bb))


### Features

* **audits/server:** Test that `null` is allowed for body parameters ([#28](https://github.com/graphql/graphql-http/issues/28)) ([2dee4ff](https://github.com/graphql/graphql-http/commit/2dee4ff6a9d89c5e079c102567b4138668038b48))

# [1.8.0](https://github.com/graphql/graphql-http/compare/v1.7.2...v1.8.0) (2022-11-21)


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.8.0",
"version": "1.9.0",
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
"keywords": [
"graphql",
Expand Down

0 comments on commit 5d7f0e7

Please sign in to comment.