From 6817e1c96ff4caf31bc2fc29550e466d0a03dec1 Mon Sep 17 00:00:00 2001 From: Vinzent Date: Mon, 7 Aug 2023 23:47:30 +0200 Subject: [PATCH] chore(release): 1.37.0 --- 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 19457a6..2c26e94 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.37.0](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.36.5...1.37.0) (2023-08-07) + + +### Features + +* use block/heading nav and search in one ([7581613](https://github.com/Vinzent03/obsidian-advanced-uri/commit/7581613e921a268ca514014a89cd05f9bc500f42)), closes [#135](https://github.com/Vinzent03/obsidian-advanced-uri/issues/135) + ### [1.36.5](https://github.com/Vinzent03/obsidian-advanced-uri/compare/1.36.4...1.36.5) (2023-07-30) diff --git a/manifest.json b/manifest.json index a1c2403..b9922fa 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "isDesktopOnly": false, "js": "main.js", "fundingUrl": "https://ko-fi.com/vinzent", - "version": "1.36.5", + "version": "1.37.0", "author": "Vinzent", "authorUrl": "https://github.com/Vinzent03" } diff --git a/package-lock.json b/package-lock.json index c46f734..972a9ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-advanced-uri", - "version": "1.36.5", + "version": "1.37.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-advanced-uri", - "version": "1.36.5", + "version": "1.37.0", "license": "MIT", "dependencies": { "obsidian-community-lib": "^2.0.2", diff --git a/package.json b/package.json index c09ba1a..f57cffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-uri", - "version": "1.36.5", + "version": "1.37.0", "description": "Advanced modes for Obsidian URI", "main": "main.js", "scripts": {