From 54cf458599dee039683ca487c4dd5fc2df2bbdf1 Mon Sep 17 00:00:00 2001 From: Vinzent Date: Tue, 9 Apr 2024 14:23:24 +0200 Subject: [PATCH] chore(release): 1.40.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 76586fc..e5c88c4 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.40.1](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.40.0...1.40.1) (2024-04-09) + + +### Bug Fixes + +* prepend text to empty file ([b4a3f3a](https://github.com/Vinzent03/obsidian-advanced-uri/commit/b4a3f3a65fac2994d1c5db4f7268fecc51c4779f)) + ## [1.40.0](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.39.1...1.40.0) (2024-02-03) diff --git a/manifest.json b/manifest.json index 25808a7..90dec4e 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "isDesktopOnly": false, "js": "main.js", "fundingUrl": "https://ko-fi.com/vinzent", - "version": "1.40.0", + "version": "1.40.1", "author": "Vinzent", "authorUrl": "https://github.com/Vinzent03" } diff --git a/package-lock.json b/package-lock.json index ed7e207..c3d5896 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-advanced-uri", - "version": "1.40.0", + "version": "1.40.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-advanced-uri", - "version": "1.40.0", + "version": "1.40.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 9eb2f9d..44f2f4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-uri", - "version": "1.40.0", + "version": "1.40.1", "description": "Advanced modes for Obsidian URI", "main": "main.js", "scripts": {