Skip to content

Commit

Permalink
chore(release): 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xcv58 committed Apr 21, 2020
1 parent c6382f2 commit 0e0a483
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.9.5](https://github.com/xcv58/Tab-Manager-v2/compare/v1.9.4...v1.9.5) (2020-04-21)

### Bug Fixes

- Drag & drop before pinned tab causes stale tab on UI ([f1e35b8](https://github.com/xcv58/Tab-Manager-v2/commit/f1e35b8a50f34dd670f21f9947a57d8b7d0b2108))
- Tune UI to avoid jump during init loading and dragging ([#390](https://github.com/xcv58/Tab-Manager-v2/issues/390)) ([d251302](https://github.com/xcv58/Tab-Manager-v2/commit/d251302e79c41e3f898c3c03ce5644a0b49248ba))

### [1.9.4](https://github.com/xcv58/Tab-Manager-v2/compare/v1.9.3...v1.9.4) (2020-04-19)

### 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.9.4",
"version": "1.9.5",
"description": "Quickly and conveniently manage your open tabs",
"scripts": {
"analyze": "NODE_ENV=production node utils/analyze.js",
Expand Down

0 comments on commit 0e0a483

Please sign in to comment.