get-graphql-from-jsonschema
Advanced tools
Comparing version 8.0.4 to 8.0.5
@@ -0,1 +1,8 @@ | ||
## [8.0.5](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.4...8.0.5) (2021-06-10) | ||
### Bug Fixes | ||
* bump trim-newlines from 3.0.0 to 3.0.1 ([#312](https://github.com/thenativeweb/get-graphql-from-jsonschema/issues/312)) ([0e55850](https://github.com/thenativeweb/get-graphql-from-jsonschema/commit/0e558500916e0d2f505a79a6ed16a1a04a2e5c61)) | ||
## [8.0.4](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.3...8.0.4) (2021-05-31) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "get-graphql-from-jsonschema", | ||
"version": "8.0.4", | ||
"version": "8.0.5", | ||
"description": "get-graphql-from-jsonschema gets a GraphQL schema from a JSON schema.", | ||
@@ -28,4 +28,4 @@ "contributors": [ | ||
"devDependencies": { | ||
"assertthat": "6.3.0", | ||
"roboter": "11.7.1", | ||
"assertthat": "6.3.2", | ||
"roboter": "11.7.3", | ||
"semantic-release-configuration": "2.0.1" | ||
@@ -32,0 +32,0 @@ }, |
51665