joplin-plugin-tag-navigator 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joplin-plugin-tag-navigator",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "scripts": {
5
5
  "dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
6
6
  "prepare": "npm run dist",
@@ -6,7 +6,7 @@
6
6
  "desktop",
7
7
  "mobile"
8
8
  ],
9
- "version": "0.7.0",
9
+ "version": "0.7.1",
10
10
  "name": "Inline Tag Navigator",
11
11
  "description": "Type inline #tags in the note editor. View your tagged paragraphs and list items in an advanced search panel, or in a generated note. Convert inline and Obsidian tags into Joplin tags, and vice versa.",
12
12
  "author": "Alon Diament",
@@ -24,6 +24,6 @@
24
24
  ],
25
25
  "screenshots": [],
26
26
  "icons": {},
27
- "_publish_hash": "sha256:2ff9ab6dbd79fa9b7b8e25e3ef84f5c8e5fe783cd5b0ac3e6c6f12e523e5f7f1",
28
- "_publish_commit": "main:5091470f8b5e142d43d9e5e75667737169410a08"
27
+ "_publish_hash": "sha256:773721185e63287a03d69dbccd40681e9274f23dac62536b8c539fad89de1474",
28
+ "_publish_commit": "main:f7d0127aa1b20666f8bedbfb33b8d99b72c68c6e"
29
29
  }