diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de6e0d8..46cb7ca9 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. +### [2.7.3](https://github.com/SilentVoid13/Templater/compare/2.7.2...2.7.3) (2024-10-01) + + +### Bug Fixes + +* Fix UX conflicts between changes for better folder templates UX and file regex templates ([cc95dea](https://github.com/SilentVoid13/Templater/commit/cc95dea9cc185a93d0ce557f3faba8e20bfed244)), closes [#1428](https://github.com/SilentVoid13/Templater/issues/1428) [#975](https://github.com/SilentVoid13/Templater/issues/975) [#471](https://github.com/SilentVoid13/Templater/issues/471) +* Streamline folder template UX ([78d9484](https://github.com/SilentVoid13/Templater/commit/78d9484882befd18983b5ddd8447abfc67f9e2ba)), closes [#1468](https://github.com/SilentVoid13/Templater/issues/1468) + ### [2.7.2](https://github.com/SilentVoid13/Templater/compare/2.7.1...2.7.2) (2024-09-25) diff --git a/manifest.json b/manifest.json index 2e63a79a..550ded82 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.7.2", + "version": "2.7.3", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 2dc5cb4a..67c5e29f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.7.2", + "version": "2.7.3", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c42d699a..dcc77406 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.7.3": "1.5.0", "2.7.2": "1.5.0", "2.7.1": "1.5.0", "2.7.0": "1.5.0",