Skip to content

Commit 01f278c

Browse files
chore(release): 🎉 1.15.0 [skip ci]
# [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)
1 parent 9281932 commit 01f278c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.15.0](https://github.com/graphql/graphql-http/compare/v1.14.0...v1.15.0) (2023-02-12)
2+
3+
4+
### Features
5+
6+
* **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))
7+
* Bundle the audits into UMD for browser usage ([a402823](https://github.com/graphql/graphql-http/commit/a40282310f450e48a54fefbebf90518e131d9841))
8+
* 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)
9+
110
# [1.14.0](https://github.com/graphql/graphql-http/compare/v1.13.0...v1.14.0) (2023-02-09)
211

312

package.json

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

0 commit comments

Comments
 (0)