From 79df9d4a43212e4d4619eaa42ce828ed0682c0c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Dec 2024 17:52:37 +0000 Subject: [PATCH] chore(release): 1.6.5 [skip ci] ## [1.6.5](https://github.com/b-yp/logseq-link-to-local/compare/v1.6.4...v1.6.5) (2024-12-27) ### Bug Fixes * fixed the image format ([2d29521](https://github.com/b-yp/logseq-link-to-local/commit/2d295211ade49598d67c3a1d6c29d10cd6372d96)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c1714..e6b3967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.5](https://github.com/b-yp/logseq-link-to-local/compare/v1.6.4...v1.6.5) (2024-12-27) + + +### Bug Fixes + +* fixed the image format ([2d29521](https://github.com/b-yp/logseq-link-to-local/commit/2d295211ade49598d67c3a1d6c29d10cd6372d96)) + ## [1.6.4](https://github.com/b-yp/logseq-link-to-local/compare/v1.6.3...v1.6.4) (2023-12-18) diff --git a/package.json b/package.json index 89e0fd7..71a1a5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-link-to-local", - "version": "1.6.4", + "version": "1.6.5", "main": "dist/index.html", "scripts": { "dev": "vite",