Skip to content

Commit 5d7f0e7

Browse files
chore(release): 🎉 1.9.0 [skip ci]
# [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))
1 parent 2dee4ff commit 5d7f0e7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.9.0](https://github.com/graphql/graphql-http/compare/v1.8.0...v1.9.0) (2022-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **audits/server:** `url` option can also just be a Promise ([8844aea](https://github.com/graphql/graphql-http/commit/8844aea1dd28145834430be304394e28fa6e04bb))
7+
8+
9+
### Features
10+
11+
* **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))
12+
113
# [1.8.0](https://github.com/graphql/graphql-http/compare/v1.7.2...v1.8.0) (2022-11-21)
214

315

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)