diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dacde6..cdd9430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.39.0...1.39.1) (2024-02-01) + + +### Bug Fixes + +* prepend with frontmatter ([fb39d06](https://github.com/Vinzent03/obsidian-advanced-uri/commit/fb39d0655041da6a14a9c8fa37259d91d7b75e3d)), closes [#148](https://github.com/Vinzent03/obsidian-advanced-uri/issues/148) +* support enable and disable core plugin ([c9b05af](https://github.com/Vinzent03/obsidian-advanced-uri/commit/c9b05af3b7bdbcd9ae8e3a61cee3d856c1b836c8)) + ## [1.39.0](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.38.1...1.39.0) (2024-02-01) diff --git a/manifest.json b/manifest.json index bc3eac6..df29df6 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "isDesktopOnly": false, "js": "main.js", "fundingUrl": "https://ko-fi.com/vinzent", - "version": "1.39.0", + "version": "1.39.1", "author": "Vinzent", "authorUrl": "https://github.com/Vinzent03" } diff --git a/package-lock.json b/package-lock.json index a767018..c54ec00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-advanced-uri", - "version": "1.39.0", + "version": "1.39.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-advanced-uri", - "version": "1.39.0", + "version": "1.39.1", "license": "MIT", "dependencies": { "obsidian-community-lib": "^2.0.2", diff --git a/package.json b/package.json index 9099b02..c897105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-uri", - "version": "1.39.0", + "version": "1.39.1", "description": "Advanced modes for Obsidian URI", "main": "main.js", "scripts": {