diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d92ed1..99cc22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.4.1...v1.4.2) (2021-08-31) + + +### Bug Fixes + +* tabs position when there is pdf opening ([147bea5](https://github.com/pengx17/logseq-plugin-tabs/commit/147bea52b0e32bf1fcbc61d63e16aeeaacc610bb)) + ## [1.4.1](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.4.0...v1.4.1) (2021-08-31) diff --git a/package.json b/package.json index 3e1f8a5..84f35db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.4.1", + "version": "1.4.2", "main": "dist/index.html", "scripts": { "dev": "vite",