Skip to content

Commit

Permalink
chore(release): 🎉 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Aug 16, 2022
1 parent f500fa7 commit d4157d7
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.4.0](https://github.com/enisdenjo/graphql-http/compare/v1.3.0...v1.4.0) (2022-08-16)


### Bug Fixes

* **handler:** JSON body must be an object ([f500fa7](https://github.com/enisdenjo/graphql-http/commit/f500fa70af442316732ddd0668d742a76b5fd4bb))


### Features

* **handler:** Request's `body` field may be a parser function ([268a4bf](https://github.com/enisdenjo/graphql-http/commit/268a4bf5dd4fd15191f40d3aa27ca1d71593a74d))

# [1.3.0](https://github.com/enisdenjo/graphql-http/compare/v1.2.0...v1.3.0) (2022-08-16)


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

0 comments on commit d4157d7

Please sign in to comment.