From cf4caa255163d6def9f31fc6e5805cd0994afd06 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Oct 2023 13:25:10 +0000 Subject: [PATCH] chore(release): 1.12.2 [skip ci] ## [1.12.2](https://github.com/oflg/Tidme/compare/v1.12.1...v1.12.2) (2023-10-14) ### Bug Fixes * **performance:** Try to fix performance issue ([fa4df8f](https://github.com/oflg/Tidme/commit/fa4df8f8bbe74843db04f62fdf3492f91e49a222)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eec770a..ebd62fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.2](https://github.com/oflg/Tidme/compare/v1.12.1...v1.12.2) (2023-10-14) + + +### Bug Fixes + +* **performance:** Try to fix performance issue ([fa4df8f](https://github.com/oflg/Tidme/commit/fa4df8f8bbe74843db04f62fdf3492f91e49a222)) + ## [1.12.1](https://github.com/oflg/Tidme/compare/v1.12.0...v1.12.1) (2023-10-14) diff --git a/package.json b/package.json index d41bb83..f815acd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidme", - "version": "1.12.1", + "version": "1.12.2", "description": " Lifelong knowledge, deep in mind.", "scripts": { "dev": "tiddlywiki-plugin-dev dev",