Comparing version 5.0.0 to 5.0.1
@@ -7,2 +7,8 @@ # Changelog | ||
## [5.0.1] - 2019-03-29 | ||
### Fixed | ||
- Temporarily skip `hallmark` test because it breaks CITGM ([#145](https://github.com/Level/level/issues/145)) ([**@vweevers**](https://github.com/vweevers)) | ||
## [5.0.0] - 2019-03-29 | ||
@@ -343,4 +349,6 @@ | ||
[unreleased]: https://github.com/level/level/compare/v5.0.0...HEAD | ||
[unreleased]: https://github.com/level/level/compare/v5.0.1...HEAD | ||
[5.0.1]: https://github.com/level/level/compare/v5.0.0...v5.0.1 | ||
[5.0.0]: https://github.com/level/level/compare/v4.0.0...v5.0.0 | ||
@@ -347,0 +355,0 @@ |
{ | ||
"name": "level", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)", | ||
@@ -8,3 +8,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "standard && hallmark && nyc node test.js && verify-travis-appveyor", | ||
"test": "standard && nyc node test.js && verify-travis-appveyor", | ||
"test-browser-local": "airtap --local test-browser.js", | ||
@@ -11,0 +11,0 @@ "coverage": "nyc report --reporter=text-lcov | coveralls", |
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
44479