## Change log

Changes in reverse chronological order.
Don't forget to close GitHub [issues](https://github.com/xpack/es6-promisifier-js/issues).

## v0.3.1 (2019-01-27)

- DEPRECATE! Use `@xpack/es6-promisifier` instead.
  
## v0.3.0 (2018-07-08)

- use `promises_` to avoid `fs.promises` warning issued by Node.js 10

## v0.2.1 (2018-05-01)

- promisifyInPlace: guarantee promise creation

## v0.2.0 (2018-04-30)

- [#1] add promisified functions below a `promises` object

## v0.1.10 (2018-04-29)

- bump deps to avoid hoek vulnerability

## v0.1.9 (2017-09-18)

- update to node 8.x
- CI tests with 8 & 7
