Skip to content

Commit 2603edf

Browse files
chore(release): 🎉 1.7.1 [skip ci]
## [1.7.1](v1.7.0...v1.7.1) (2022-11-15) ### Bug Fixes * **audits/server:** A server MAY support GET requests ([#18](#18)) ([9c5e8d2](9c5e8d2)) * **audits/server:** Status code for mutations through GET should be between 400 and 499 ([#19](#19)) ([1021494](1021494))
1 parent e1f21d0 commit 2603edf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.7.1](https://github.com/graphql/graphql-http/compare/v1.7.0...v1.7.1) (2022-11-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **audits/server:** A server MAY support GET requests ([#18](https://github.com/graphql/graphql-http/issues/18)) ([9c5e8d2](https://github.com/graphql/graphql-http/commit/9c5e8d21f8d6040edf21c04f03fee78cf0bc7994))
7+
* **audits/server:** Status code for mutations through GET should be between 400 and 499 ([#19](https://github.com/graphql/graphql-http/issues/19)) ([1021494](https://github.com/graphql/graphql-http/commit/1021494a17e2fb1b180625bed156d02c289f9c6b))
8+
19
# [1.7.0](https://github.com/graphql/graphql-http/compare/v1.6.1...v1.7.0) (2022-11-07)
210

311

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.7.0",
3+
"version": "1.7.1",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)