Skip to content

Commit 7a1cceb

Browse files
chore(release): 🎉 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2022-08-16) ### Features * Change GraphQL acceptable media type `application/graphql+json` to `application/graphql-response+json` ([d86318a](d86318a))
1 parent 026209a commit 7a1cceb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/enisdenjo/graphql-http/compare/v1.2.0...v1.3.0) (2022-08-16)
2+
3+
4+
### Features
5+
6+
* Change GraphQL acceptable media type `application/graphql+json` to `application/graphql-response+json` ([d86318a](https://github.com/enisdenjo/graphql-http/commit/d86318a7bc421ea5711200a61a50dc53db384eab))
7+
18
# [1.2.0](https://github.com/enisdenjo/graphql-http/compare/v1.1.0...v1.2.0) (2022-08-12)
29

310

package.json

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

0 commit comments

Comments
 (0)