From cc53a792e3860193475c5d61208865ed901be165 Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Fri, 6 Sep 2019 14:11:53 -0600 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b018c1..5bd77d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f4a6864..f51a7f4 100644 --- a/package.json +++ b/package.json @@ -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": {