hops-mixin
Advanced tools
Comparing version 13.1.0 to 13.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [13.2.0](https://github.com/xing/hops/compare/v13.1.0...v13.2.0) (2020-11-06) | ||
### Features | ||
* add support for Node v15 ([3ea8714](https://github.com/xing/hops/commit/3ea8714702960d0408cb6eae4bf336cb637eea9d)) | ||
# [13.1.0](https://github.com/xing/hops/compare/v13.0.0...v13.1.0) (2020-10-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "hops-mixin", | ||
"version": "13.1.0", | ||
"version": "13.2.0", | ||
"description": "Building blocks to build cusom hops mixins", | ||
@@ -11,3 +11,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "12 || 14" | ||
"node": "12 || 14 || 15" | ||
}, | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"homepage": "https://github.com/xing/hops/tree/master/packages/mixin#readme", | ||
"gitHead": "b2f6df64bb3f8c3cf21740f3a602e9daaaf328c1" | ||
"gitHead": "2eb973927920600a9cc94c31570807f2dbef60f8" | ||
} |
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
6344