Skip to content

Commit

Permalink
chore(release): 馃帀 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.0...v1.15.0) (2023-02-12)

### Features

* **audits/render:**  Render audit results to HTML with `renderAuditResultsToHTML` ([#53](#53)) ([da32059](da32059))
* Bundle the audits into UMD for browser usage ([a402823](a402823))
* Server compliance audit through a website ([#54](#54)) ([f23a689](f23a689)), closes [#8](#8)
  • Loading branch information
semantic-release-bot committed Feb 12, 2023
1 parent 9281932 commit 01f278c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.15.0](https://github.com/graphql/graphql-http/compare/v1.14.0...v1.15.0) (2023-02-12)


### Features

* **audits/render:** Render audit results to HTML with `renderAuditResultsToHTML` ([#53](https://github.com/graphql/graphql-http/issues/53)) ([da32059](https://github.com/graphql/graphql-http/commit/da32059c54fd85ff55ea6924c13ed8cc0dee1aa2))
* Bundle the audits into UMD for browser usage ([a402823](https://github.com/graphql/graphql-http/commit/a40282310f450e48a54fefbebf90518e131d9841))
* Server compliance audit through a website ([#54](https://github.com/graphql/graphql-http/issues/54)) ([f23a689](https://github.com/graphql/graphql-http/commit/f23a689c7cae716a31ee27d87d7dc9f6624a892b)), closes [#8](https://github.com/graphql/graphql-http/issues/8)

# [1.14.0](https://github.com/graphql/graphql-http/compare/v1.13.0...v1.14.0) (2023-02-09)


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.14.0",
"version": "1.15.0",
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.",
"keywords": [
"graphql",
Expand Down

0 comments on commit 01f278c

Please sign in to comment.