Comparing version 3.1.0 to 3.1.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="3.1.1"></a> | ||
## [3.1.1](https://github.com/untool/mixinable/compare/v3.1.0...v3.1.1) (2018-07-24) | ||
### Bug Fixes | ||
* make exports.sync.callable sync ([236adf5](https://github.com/untool/mixinable/commit/236adf5)) | ||
<a name="3.1.0"></a> | ||
@@ -7,0 +17,0 @@ # [3.1.0](https://github.com/untool/mixinable/compare/v3.0.0...v3.1.0) (2018-07-23) |
@@ -57,3 +57,3 @@ 'use strict'; | ||
exports.sync = { | ||
callable: asynchronize(exports.callable), | ||
callable: synchronize(exports.callable), | ||
override: synchronize(exports.override), | ||
@@ -60,0 +60,0 @@ sequence: synchronize(exports.parallel), |
{ | ||
"name": "mixinable", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Functional JavaScript Mixin Utility", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
205258