Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xcv58 committed Mar 30, 2020
1 parent be228c7 commit 6ff46f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6ff46f0

Please sign in to comment.