From 391c1059e18b2bec01e84019447148318534bc2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 May 2023 08:18:19 +0000 Subject: [PATCH] chore(release): 1.1.4 [skip ci] ## [1.1.4](https://github.com/pengx17/logseq-plugin-bullet-threading/compare/v1.1.3...v1.1.4) (2023-05-27) ### Bug Fixes * order list block item ([30cd3f7](https://github.com/pengx17/logseq-plugin-bullet-threading/commit/30cd3f758186422c8d210cc27b281d6f2168207f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faad5c5..21d86e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.4](https://github.com/pengx17/logseq-plugin-bullet-threading/compare/v1.1.3...v1.1.4) (2023-05-27) + + +### Bug Fixes + +* order list block item ([30cd3f7](https://github.com/pengx17/logseq-plugin-bullet-threading/commit/30cd3f758186422c8d210cc27b281d6f2168207f)) + ## [1.1.2](https://github.com/pengx17/logseq-plugin-bullet-threading/compare/v1.1.1...v1.1.2) (2023-05-18) diff --git a/package.json b/package.json index c858764..ff5e52b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-bullet-threading", - "version": "1.2.0", + "version": "1.1.4", "main": "dist/index.html", "scripts": { "dev": "vite",