From a624da9fcb07246e8c3f7be53229490b9935a894 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 May 2024 03:12:19 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] # [0.4.0](https://github.com/adyscorpius/logseq-jira/compare/v0.3.3...v0.4.0) (2024-05-23) ### Features * Add Experimental support for auto refresh links. Works only for new links handled through Logseq-Jira. ([9d86ec6](https://github.com/adyscorpius/logseq-jira/commit/9d86ec6c663f442742167a9f3c60b9a4ddd7d41e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de716a5..9778137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.4.0](https://github.com/adyscorpius/logseq-jira/compare/v0.3.3...v0.4.0) (2024-05-23) + + +### Features + +* Add Experimental support for auto refresh links. Works only for new links handled through Logseq-Jira. ([9d86ec6](https://github.com/adyscorpius/logseq-jira/commit/9d86ec6c663f442742167a9f3c60b9a4ddd7d41e)) + ## [0.3.3](https://github.com/adyscorpius/logseq-jira/compare/v0.3.2...v0.3.3) (2024-05-22) diff --git a/package.json b/package.json index bdb207d..a3d0a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-jira", - "version": "0.3.3", + "version": "0.4.0", "description": "Keep Jira issue status synced with Logseq", "main": "dist/index.html", "scripts": {