From 6ff46f01dcf8ba1d852a13ac160edacc2416269e Mon Sep 17 00:00:00 2001 From: xcv58 Date: Sun, 29 Mar 2020 23:40:08 -0700 Subject: [PATCH] chore(release): 1.7.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75dfeed1..4c9f96689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.7.0](https://github.com/xcv58/Tab-Manager-v2/compare/v1.6.6...v1.7.0) (2020-03-30) + +### Features + +- Redesign the focused tab style to native focus style instead of the left indicator ([df64689](https://github.com/xcv58/Tab-Manager-v2/commit/df64689a5889f79d83d3d949ed11aaa22443c0d9)) + +### Bug Fixes + +- **deps:** pin dependencies ([1964295](https://github.com/xcv58/Tab-Manager-v2/commit/196429514771b730d64f715a21b31f1b8ba7984f)) +- The popup mode can't recognize correct last focused window because the Tab.pendingUrl since Chrome 79 ([be228c7](https://github.com/xcv58/Tab-Manager-v2/commit/be228c7cd7665670996ddcaa5b4027eb532db954)) + ### [1.6.6](https://github.com/xcv58/Tab-Manager-v2/compare/v1.6.5...v1.6.6) (2020-03-28) ### Bug Fixes diff --git a/package.json b/package.json index 34a1f8a8b..d795a8117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tab-manager-v2", - "version": "1.6.6", + "version": "1.7.0", "description": "Quickly and conveniently manage your open tabs", "scripts": { "analyze": "NODE_ENV=production node utils/analyze.js",