json-schema-to-markdown
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -19,2 +19,6 @@ # changelog | ||
## [1.1.1] - 2019-06-25 | ||
### Fixed | ||
- Update dev dependencies to resolve WS-2019-0019. | ||
## [1.1.0] - 2019-02-15 | ||
@@ -30,3 +34,4 @@ ### Added | ||
[Unreleased]: https://github.com/saibotsivad/json-schema-to-markdown/compare/v1.1.0...HEAD | ||
[1.1.1]: https://github.com/saibotsivad/json-schema-to-markdown/compare/v1.1.0...v1.1.1 | ||
[1.1.0]: https://github.com/saibotsivad/json-schema-to-markdown/compare/v1.0.3...v1.1.0 | ||
[1.0.3]: https://github.com/saibotsivad/json-schema-to-markdown/compare/v1.0.2...v1.0.3 |
{ | ||
"name": "json-schema-to-markdown", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Turn a JSON Schema into a markdown file.", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"commitizen": "^3.0.5", | ||
"commitizen": "^3.1.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
@@ -28,0 +28,0 @@ "is-my-json-valid": "^2.19.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25248