Skip to content

Commit d4157d7

Browse files
chore(release): 🎉 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2022-08-16) ### Bug Fixes * **handler:** JSON body must be an object ([f500fa7](f500fa7)) ### Features * **handler:** Request's `body` field may be a parser function ([268a4bf](268a4bf))
1 parent f500fa7 commit d4157d7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.4.0](https://github.com/enisdenjo/graphql-http/compare/v1.3.0...v1.4.0) (2022-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **handler:** JSON body must be an object ([f500fa7](https://github.com/enisdenjo/graphql-http/commit/f500fa70af442316732ddd0668d742a76b5fd4bb))
7+
8+
9+
### Features
10+
11+
* **handler:** Request's `body` field may be a parser function ([268a4bf](https://github.com/enisdenjo/graphql-http/commit/268a4bf5dd4fd15191f40d3aa27ca1d71593a74d))
12+
113
# [1.3.0](https://github.com/enisdenjo/graphql-http/compare/v1.2.0...v1.3.0) (2022-08-16)
214

315

package.json

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

0 commit comments

Comments
 (0)