From 8086c3b214e9bf8d027a4bdcddbad38194ab714c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Oct 2023 05:22:37 +0000 Subject: [PATCH] chore(release): 1.14.1 [skip ci] ## [1.14.1](https://github.com/oflg/Tidme/compare/v1.14.0...v1.14.1) (2023-10-17) ### Bug Fixes * **annotation popup:** at the top of the selection ([dfe42d3](https://github.com/oflg/Tidme/commit/dfe42d369d2e9d3e705b368fd000dd0340c0c732)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069b5d2..b344ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.1](https://github.com/oflg/Tidme/compare/v1.14.0...v1.14.1) (2023-10-17) + + +### Bug Fixes + +* **annotation popup:** at the top of the selection ([dfe42d3](https://github.com/oflg/Tidme/commit/dfe42d369d2e9d3e705b368fd000dd0340c0c732)) + # [1.14.0](https://github.com/oflg/Tidme/compare/v1.13.7...v1.14.0) (2023-10-17) diff --git a/package.json b/package.json index 73811cb..0cd48b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidme", - "version": "1.14.0", + "version": "1.14.1", "description": " Lifelong knowledge, deep in mind.", "scripts": { "dev": "tiddlywiki-plugin-dev dev",