Comparing version 2.3.0 to 2.3.1
@@ -5,2 +5,11 @@ # Change Log | ||
## [2.3.1](https://github.com/jsless/hable/compare/v2.3.0...v2.3.1) (2019-09-02) | ||
### Bug Fixes | ||
* prevent breaking changes ([ba6e104](https://github.com/jsless/hable/commit/ba6e104)) | ||
# [2.3.0](https://github.com/jsless/hable/compare/v2.2.1...v2.3.0) (2019-09-01) | ||
@@ -7,0 +16,0 @@ |
@@ -8,2 +8,3 @@ const { serial, flatHooks } = require('./utils') | ||
this._deprecatedHooks = {} | ||
this.hook = this.hook.bind(this) | ||
} | ||
@@ -10,0 +11,0 @@ |
{ | ||
"name": "hable", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Awaitable hooks for Node.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
9969
74