@javelin/ecs
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,13 @@ # Change Log | ||
## 0.3.2 (2020-06-11) | ||
### Bug Fixes | ||
* fix change handler falsy bug ([#44](https://github.com/3mcd/javelin/issues/44)) ([c135489](https://github.com/3mcd/javelin/commit/c1354894b4c091d2f1cb7b92612d9082708f3598)) | ||
## 0.3.1 (2020-06-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@javelin/ecs", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"main": "dist/index.js", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
], | ||
"gitHead": "74f505b26badfc7e552bd9e508c796796223b764" | ||
"gitHead": "c28b05148de5939c1ac03fb5048063a9f0267e32" | ||
} |
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
83842