Comparing version 3.1.3 to 3.1.4
@@ -0,1 +1,9 @@ | ||
## [3.1.4](https://github.com/thenativeweb/boolean/compare/3.1.3...3.1.4) (2021-08-19) | ||
### Bug Fixes | ||
* Downgrade workflows to Node 14. ([#319](https://github.com/thenativeweb/boolean/issues/319)) ([072b068](https://github.com/thenativeweb/boolean/commit/072b0685f8de7602f6be9da9b80cda08cdd71778)) | ||
* Rollback versions and remove engines field. ([#318](https://github.com/thenativeweb/boolean/issues/318)) ([145dfcf](https://github.com/thenativeweb/boolean/commit/145dfcf7f4c5e3f5898e43661b9a017a2d8cb6a9)) | ||
## [3.1.3](https://github.com/thenativeweb/boolean/compare/3.1.2...3.1.3) (2021-08-19) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "boolean", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "boolean converts lots of things to boolean.", | ||
@@ -30,9 +30,6 @@ "contributors": [ | ||
"types": "build/lib/boolean.d.ts", | ||
"engines": { | ||
"node": ">= 16.7.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"assertthat": "6.3.11", | ||
"roboter": "12.1.1", | ||
"roboter": "11.7.8", | ||
"semantic-release-configuration": "2.0.5" | ||
@@ -39,0 +36,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
9225