From 0e0a483c835bd5617c7772bdd44e811ee0995228 Mon Sep 17 00:00:00 2001 From: xcv58 Date: Mon, 20 Apr 2020 21:45:44 -0700 Subject: [PATCH] chore(release): 1.9.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 879c4a1db..055719393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 0dc03c136..4d980238c 100644 --- a/package.json +++ b/package.json @@ -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",