joplin-plugin-tag-navigator 2.7.2 → 2.7.3

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": "2.7.2",
3
+ "version": "2.7.3",
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": "2.7.2",
9
+ "version": "2.7.3",
10
10
  "name": "Inline Tag Navigator",
11
11
  "description": "Type inline tags or frontmatter in the note editor. View your tagged paragraphs and tasks / TODOs in a search panel, or in a generated note / kanban. Build a table view / database from notes and tags. Convert between Obsidian tags and Joplin tags.",
12
12
  "author": "Alon Diament",
@@ -24,6 +24,6 @@
24
24
  ],
25
25
  "screenshots": [],
26
26
  "icons": {},
27
- "_publish_hash": "sha256:9873d5f71a026dba795bb154af07628cc7ecd764141191eeb4b7a8d91d753273",
28
- "_publish_commit": "main:77bae6893530cb2912b336c97be544c39aa5f75d"
27
+ "_publish_hash": "sha256:622bf8902bb438f84f5d5646c753109bb593645baa2bc5b6ad643f0533cde7e6",
28
+ "_publish_commit": "main:c18a6f026f379e4a89661d96672e2c1075ccdcc6"
29
29
  }