Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Sep 6, 2019
1 parent 49c8593 commit cc53a79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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/v0.1.4...HEAD
[unreleased]: https://github.com/ExiaSR/better-opn/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/ExiaSR/better-opn/compare/v1.0.0...v0.1.4
[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": "0.1.4",
"version": "1.0.0",
"description": "A better opn. Reuse the same tab on Chrome for 👨‍💻.",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit cc53a79

Please sign in to comment.