<a name="2.0.0"></a>
## [2.0.0](https://github.com/cartant/rxjs-interop/compare/v1.0.3...v2.0.0) (2021-10-30)

### Breaking Changes

* Update `Subscribable` so that it's compatible with RxJS. ([0e8cee0](https://github.com/cartant/rxjs-interop/commit/0e8cee0)).

<a name="1.0.3"></a>
## [1.0.3](https://github.com/cartant/rxjs-interop/compare/v1.0.2...v1.0.3) (2020-12-04)

### Changes

* Default to rethrowing errors if an `error` handler or method is not specified. ([51a1bff](https://github.com/cartant/rxjs-interop/commit/51a1bff)).

<a name="1.0.2"></a>
## [1.0.2](https://github.com/cartant/rxjs-interop/compare/v1.0.1...v1.0.2) (2020-11-28)

### Changes

* Use `files` in `package.json` instead of `.npmignore. ([f18f685](https://github.com/cartant/rxjs-interop/commit/f18f685)).

<a name="1.0.1"></a>
## [1.0.1](https://github.com/cartant/rxjs-interop/compare/v1.0.0...v1.0.1) (2020-06-24)

### Changes

* Don't distribute the `yarn.lock` file.