From f846464499ea94a95d79b206229d4b1346adc035 Mon Sep 17 00:00:00 2001 From: Vinzent Date: Thu, 7 Nov 2024 16:05:38 +0100 Subject: [PATCH] chore(release): 1.44.2 --- 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 ea66f01..40d65d4 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.2](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.44.1...1.44.2) (2024-11-07) + + +### Bug Fixes + +* enable plugin ([d9b581d](https://github.com/Vinzent03/obsidian-advanced-uri/commit/d9b581dddbfb98c023994c7a640d21638497ecd6)) + ### [1.44.1](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.44.0...1.44.1) (2024-08-30) diff --git a/manifest.json b/manifest.json index c92d8e2..d51a111 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.1", + "version": "1.44.2", "author": "Vinzent", "authorUrl": "https://github.com/Vinzent03" } diff --git a/package-lock.json b/package-lock.json index 6b46b92..cca1f83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-advanced-uri", - "version": "1.44.1", + "version": "1.44.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-advanced-uri", - "version": "1.44.1", + "version": "1.44.2", "license": "MIT", "dependencies": { "obsidian-community-lib": "git://github.com/obsidian-community/obsidian-community-lib.git", diff --git a/package.json b/package.json index 0cfabbd..3834b09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-uri", - "version": "1.44.1", + "version": "1.44.2", "description": "Advanced modes for Obsidian URI", "main": "main.js", "scripts": {