diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e5250..9dacde6 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.39.0](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.38.1...1.39.0) (2024-02-01) + + +### Features + +* add toggle to exclude vault param, and specify name or vault ID ([#153](https://github.com/Vinzent03/obsidian-advanced-uri/issues/153)) ([209160e](https://github.com/Vinzent03/obsidian-advanced-uri/commit/209160efec46235f8317a9f0c8e7a241a4a5261d)) + ### [1.38.1](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.38.0...1.38.1) (2023-08-30) diff --git a/manifest.json b/manifest.json index a679d12..bc3eac6 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "isDesktopOnly": false, "js": "main.js", "fundingUrl": "https://ko-fi.com/vinzent", - "version": "1.38.1", + "version": "1.39.0", "author": "Vinzent", "authorUrl": "https://github.com/Vinzent03" } diff --git a/package-lock.json b/package-lock.json index 0fd2661..c9bfcaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-advanced-uri", - "version": "1.38.1", + "version": "1.39.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-advanced-uri", - "version": "1.38.1", + "version": "1.39.0", "license": "MIT", "dependencies": { "obsidian-community-lib": "^2.0.2", diff --git a/package.json b/package.json index 0f544a6..b1da3a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-uri", - "version": "1.38.1", + "version": "1.39.0", "description": "Advanced modes for Obsidian URI", "main": "main.js", "scripts": {