Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Apr 6, 2020
1 parent fca0880 commit e32b6d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,25 @@ 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

- 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e32b6d7

Please sign in to comment.