# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [2.1.1] - 2020-10-21 ### Changed - Handle fallback for host only matching logic (#15) ## [2.1.0] - 2020-10-18 ### Added - Support reuse tab with same host (#13) @otakustay ## [2.0.0] - 2020-04-06 ### Added - Support for chromium browsers, see [facebook/create-react-app#8367](https://github.com/facebook/create-react-app/pull/8367) for more detail (#5) @yannbf ### Changed - Upgrade `open` from `v6.4.0` to `v7.0.3`, see [breaking change](https://github.com/sindresorhus/open/releases/tag/v7.0.0) for more detail and it has been properly addressed in this [commit](https://github.com/ExiaSR/better-opn/commit/009601f6282106313abcae047e5cd0c3afcf778e#diff-1fdf421c05c1140f6d71444ea2b27638R80). - Upgrade `babel` to latest release ## [1.0.0] - 2019-09-06 ### Changed - Drop support for Node.js version lower than 8 - Migrate from `opn` to `open`, read [this](https://github.com/sindresorhus/open/commit/eca88d863dde48695a5f931390d57d3b805a072a#diff-b9cfc7f2cdf78a7f4b91a753d10865a2) [unreleased]: https://github.com/ExiaSR/better-opn/compare/v2.0.0...HEAD [2.0.0]: https://github.com/ExiaSR/better-opn/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/ExiaSR/better-opn/compare/v0.1.4...v1.0.0 [0.1.4]: https://github.com/ExiaSR/better-opn/compare/v0.1.4