We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb96092 commit 5821556Copy full SHA for 5821556
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.1.0] - 2020-10-18
11
+
12
+### Added
13
14
+- Support reuse tab with same host (#13) @otakustay
15
16
## [2.0.0] - 2020-04-06
17
18
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "better-opn",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "A better opn. Reuse the same tab on Chrome for 👨💻.",
5
"main": "dist/index.js",
6
"repository": {
0 commit comments