From f11a2ce4be159e7186f754a7809b64a1cc077063 Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Tue, 23 Jul 2024 22:40:44 -0600 Subject: [PATCH] chore(release): 2.4.0 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbbcaa9..5d9bb29d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [2.4.0](https://github.com/SilentVoid13/Templater/compare/2.3.3...2.4.0) (2024-07-24) + + +### Features + +* Return Relative Paths of Templates in Fuzzy Suggester Prompt ([4910143](https://github.com/SilentVoid13/Templater/commit/49101435dca71b0260014cc3c0f3d05ce929b988)), closes [#1418](https://github.com/SilentVoid13/Templater/issues/1418) [#1418](https://github.com/SilentVoid13/Templater/issues/1418) + + +### Bug Fixes + +* Follow UI design guidelines ([2abce98](https://github.com/SilentVoid13/Templater/commit/2abce98863bfad10c3f9ee6440f808f9ff9dbd10)), closes [#1383](https://github.com/SilentVoid13/Templater/issues/1383) + ### [2.3.3](https://github.com/SilentVoid13/Templater/compare/2.3.2...2.3.3) (2024-05-26) ### [2.3.2](https://github.com/SilentVoid13/Templater/compare/2.3.1...2.3.2) (2024-05-21) diff --git a/manifest.json b/manifest.json index bb8de3f4..0ea25ab2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.3.3", + "version": "2.4.0", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 2538ed7c..8befca59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.3.3", + "version": "2.4.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c5658b39..a538c43f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.4.0": "1.5.0", "2.3.3": "1.5.0", "2.3.2": "1.5.0", "2.3.1": "1.5.0",