diff --git a/CHANGELOG.md b/CHANGELOG.md index d57e056..3c1e0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.12.2](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.12.1...v1.12.2) (2022-04-29) + + +### Bug Fixes + +* clean up get alias call ([22973fb](https://github.com/pengx17/logseq-plugin-tabs/commit/22973fbe5270112b31a60b90eace851f852b7696)) +* pinned tab issue ([b9d78ac](https://github.com/pengx17/logseq-plugin-tabs/commit/b9d78acd4fb1e1daf4ec29f0ce1f907bbd876fc8)) + ## [1.12.1](https://github.com/pengx17/logseq-plugin-tabs/compare/v1.12.0...v1.12.1) (2022-04-26) diff --git a/package.json b/package.json index b435f1c..9d513b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-tabs", - "version": "1.12.1", + "version": "1.12.2", "schemaVersion": "1.0.0", "main": "dist/index.html", "scripts": {