Skip to content

Commit

Permalink
chore(release): 🎉 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jan 26, 2023
1 parent b917fbc commit d54b4fe
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.13.0](https://github.com/graphql/graphql-http/compare/v1.12.0...v1.13.0) (2023-01-26)


### Bug Fixes

* **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))


### Features

* **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))

# [1.12.0](https://github.com/graphql/graphql-http/compare/v1.11.0...v1.12.0) (2023-01-20)


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

0 comments on commit d54b4fe

Please sign in to comment.