Skip to content

Commit 0eda425

Browse files
author
marc0l92
committed
New release
1 parent 6bf2d45 commit 0eda425

File tree

6 files changed

+11743
-2475
lines changed

6 files changed

+11743
-2475
lines changed

DEVELOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-sear
3838
- Run `npm run version x.y.z`
3939
- Commit and push the file modified
4040
- Tag the commit `git tag x.y.z`
41-
- Push the tag `git push --tags`
41+
- Push the tag `git push --tags`

docs-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"react-dom": "^17.0.2"
2727
},
2828
"devDependencies": {
29-
"@algolia/client-search": "^4.24.0",
29+
"@algolia/client-search": "^4.25.2",
3030
"@docusaurus/module-type-aliases": "2.2.0",
3131
"@docusaurus/theme-common": "^2.4.3",
3232
"@tsconfig/docusaurus": "^1.0.7",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-jira-issue",
33
"name": "Jira Issue",
4-
"version": "1.58.0",
4+
"version": "1.58.1",
55
"minAppVersion": "0.12.0",
66
"description": "This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.",
77
"author": "marc0l92",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-jira-issue",
3-
"version": "1.58.0",
3+
"version": "1.58.1",
44
"description": "This plugin allows you to track the progress of [Atlassian Jira](https://www.atlassian.com/software/jira) issues from your [Obsidian](https://obsidian.md/) notes.",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)