From 043fcb08f8990905942755c207c1739c59da5f80 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Aug 2021 08:07:48 +0000 Subject: [PATCH] chore(release): 1.3.6 [skip ci] ## [1.3.6](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.3.5...v1.3.6) (2021-08-30) ### Bug Fixes * do not use deprecated navigator.platform field ([0670d3e](https://github.com/pengx17/logseq-plugin-tabs/commit/0670d3e5d34115758e6ee5f903c0f9d270647d43)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1249e3..2485ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.6](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.3.5...v1.3.6) (2021-08-30) + + +### Bug Fixes + +* do not use deprecated navigator.platform field ([0670d3e](https://github.com/pengx17/logseq-plugin-tabs/commit/0670d3e5d34115758e6ee5f903c0f9d270647d43)) + ## [1.3.5](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.3.4...v1.3.5) (2021-08-30) diff --git a/package.json b/package.json index c367739..3c0543b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.3.5", + "version": "1.3.6", "main": "dist/index.html", "scripts": { "dev": "vite",