From 775dc166f7357d4b9fb92cead426de056533ed0e Mon Sep 17 00:00:00 2001 From: xcv58 Date: Wed, 25 Mar 2020 10:07:48 -0700 Subject: [PATCH] chore(release): 1.6.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f907a82..4fb47ac4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.6.5](https://github.com/xcv58/Tab-Manager-v2/compare/v1.6.4...v1.6.5) (2020-03-25) + +### Bug Fixes + +- Add version to settings dialog ([6d4c418](https://github.com/xcv58/Tab-Manager-v2/commit/6d4c4183d5424c22c1db5bab60a8e37ddfbd3f62)) + ### [1.6.4](https://github.com/xcv58/Tab-Manager-v2/compare/v1.6.3...v1.6.4) (2020-03-24) ### Bug Fixes diff --git a/package.json b/package.json index 4a5acd2e5..28c07cf3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tab-manager-v2", - "version": "1.6.4", + "version": "1.6.5", "description": "Quickly and conveniently manage your open tabs", "scripts": { "analyze": "NODE_ENV=production node utils/analyze.js",