Releases: michaellzc/better-opn
Releases · michaellzc/better-opn
v3.0.2
What's Changed
- chore: fix README.md typo by @richorrichard in #35
- fix: pass app object to open instead of string/array by @erezrokah in #38
New Contributors
- @richorrichard made their first contribution in #35
- @erezrokah made their first contribution in #38
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- fix: urls are opened twice by @jfirebaugh in #33
New Contributors
- @jfirebaugh made their first contribution in #33
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Changed
- Upgrade
open
tov8.0.3
, see breaking change. - Drop support for Node.js version lower than 12
v2.1.1
v2.1.0
Added
- Support reuse tab with same host (#13) @otakustay
v2.0.0
Added
- Support for chromium browsers, see facebook/create-react-app#8367 for more detail (#5) @yannbf
Changed
- Upgrade
open
fromv6.4.0
tov7.0.3
, see breaking change for more detail and it has been properly addressed in this commit. - Upgrade
babel
to latest release