diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfa0a4..dee000d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.14.3](https://github.com/multiformats/js-multistream-select/compare/v0.14.2...v0.14.3) (2018-08-15) + + +### Bug Fixes + +* catch uncaught exceptions from pull in dialer.handle ([d3cd2e5](https://github.com/multiformats/js-multistream-select/commit/d3cd2e5)) + + + ## [0.14.2](https://github.com/multiformats/js-multistream-select/compare/v0.14.1...v0.14.2) (2018-04-30) diff --git a/package.json b/package.json index 8d55587..41ebeec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multistream-select", - "version": "0.14.2", + "version": "0.14.3", "leadMaintainer": "Jacob Heun ", "description": "JavaScript implementation of the multistream spec", "main": "src/index.js",