From 3a4dc7bbe57bf4df7cd8e6a967fb8564d0b550d5 Mon Sep 17 00:00:00 2001 From: Vinzent Date: Fri, 30 Aug 2024 14:54:39 +0200 Subject: [PATCH] chore(release): 1.44.1 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ba65c..ea66f01 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.44.1](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.44.0...1.44.1) (2024-08-30) + + +### Bug Fixes + +* encode vault parameter ([26376d7](https://github.com/Vinzent03/obsidian-advanced-uri/commit/26376d77c1aeb11bc0693f96a11229fbd760b51a)), closes [#186](https://github.com/Vinzent03/obsidian-advanced-uri/issues/186) + ## [1.44.0](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.43.0...1.44.0) (2024-08-28) diff --git a/manifest.json b/manifest.json index cf72baf..c92d8e2 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "isDesktopOnly": false, "js": "main.js", "fundingUrl": "https://ko-fi.com/vinzent", - "version": "1.44.0", + "version": "1.44.1", "author": "Vinzent", "authorUrl": "https://github.com/Vinzent03" } diff --git a/package-lock.json b/package-lock.json index 3dccf8a..6b46b92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-advanced-uri", - "version": "1.44.0", + "version": "1.44.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-advanced-uri", - "version": "1.44.0", + "version": "1.44.1", "license": "MIT", "dependencies": { "obsidian-community-lib": "git://github.com/obsidian-community/obsidian-community-lib.git", diff --git a/package.json b/package.json index e25ed24..0cfabbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-uri", - "version": "1.44.0", + "version": "1.44.1", "description": "Advanced modes for Obsidian URI", "main": "main.js", "scripts": {