diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1a5e7..563bac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.36.4](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.36.3...1.36.4) (2023-07-17) + + +### Bug Fixes + +* wait for metadata indexing when getting uid ([fd2a223](https://github.com/Vinzent03/obsidian-advanced-uri/commit/fd2a22340a4958677b0ede78c19c067c2394f75f)) + ### [1.36.3](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.36.2...1.36.3) (2023-06-27) diff --git a/manifest.json b/manifest.json index a3a8863..29e7d51 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "isDesktopOnly": false, "js": "main.js", "fundingUrl": "https://ko-fi.com/vinzent", - "version": "1.36.3", + "version": "1.36.4", "author": "Vinzent", "authorUrl": "https://github.com/Vinzent03" } diff --git a/package-lock.json b/package-lock.json index 891db61..0f26dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-advanced-uri", - "version": "1.36.3", + "version": "1.36.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-advanced-uri", - "version": "1.36.3", + "version": "1.36.4", "license": "MIT", "dependencies": { "obsidian-community-lib": "^2.0.2", diff --git a/package.json b/package.json index 69bde81..c2ecde2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-uri", - "version": "1.36.3", + "version": "1.36.4", "description": "Advanced modes for Obsidian URI", "main": "main.js", "scripts": {