Skip to content

Commit a5afa2a

Browse files
chore(release): 0.6.1 [skip ci]
## [0.6.1](v0.6.0...v0.6.1) (2024-06-28) ### Bug Fixes * Make description lookup more robust and handle nested brackets in regex. ([8cef166](8cef166))
1 parent 8cef166 commit a5afa2a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.6.1](https://github.com/adyscorpius/logseq-jira/compare/v0.6.0...v0.6.1) (2024-06-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Make description lookup more robust and handle nested brackets in regex. ([8cef166](https://github.com/adyscorpius/logseq-jira/commit/8cef166d6a1a9fdde70e22bf58f40c21ad61594d))
7+
18
# [0.6.0](https://github.com/adyscorpius/logseq-jira/compare/v0.5.0...v0.6.0) (2024-05-25)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-jira",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Keep Jira issue status synced with Logseq",
55
"main": "dist/index.html",
66
"scripts": {

0 commit comments

Comments
 (0)