diff --git a/CHANGELOG.md b/CHANGELOG.md index e75c850..f522484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 @@ -14,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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/v1.0.0...HEAD +[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 diff --git a/package.json b/package.json index f03d147..e9415ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-opn", - "version": "1.0.0", + "version": "2.0.0", "description": "A better opn. Reuse the same tab on Chrome for 👨‍💻.", "main": "dist/index.js", "repository": {