Skip to content

Commit d54b4fe

Browse files
chore(release): 🎉 1.13.0 [skip ci]
# [1.13.0](v1.12.0...v1.13.0) (2023-01-26) ### Bug Fixes * **audits/server:** JSON parsing errors format shouldnt be audited ([#47](#47)) ([fae7e59](fae7e59)) ### Features * **audits:** Every audit should have a globally unique ID ([#49](#49)) ([8f6d4f1](8f6d4f1))
1 parent b917fbc commit d54b4fe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.13.0](https://github.com/graphql/graphql-http/compare/v1.12.0...v1.13.0) (2023-01-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **audits/server:** JSON parsing errors format shouldnt be audited ([#47](https://github.com/graphql/graphql-http/issues/47)) ([fae7e59](https://github.com/graphql/graphql-http/commit/fae7e59de63794f2a1d7f1d017f127571b68662f))
7+
8+
9+
### Features
10+
11+
* **audits:** Every audit should have a globally unique ID ([#49](https://github.com/graphql/graphql-http/issues/49)) ([8f6d4f1](https://github.com/graphql/graphql-http/commit/8f6d4f1238f739c818cedcf9d601ef7b39af2386))
12+
113
# [1.12.0](https://github.com/graphql/graphql-http/compare/v1.11.0...v1.12.0) (2023-01-20)
214

315

package.json

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

0 commit comments

Comments
 (0)