diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9bb29d..53d01d43 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. +### [2.4.1](https://github.com/SilentVoid13/Templater/compare/2.4.0...2.4.1) (2024-07-24) + + +### Bug Fixes + +* Sort files by path instead of by basename ([b3c5981](https://github.com/SilentVoid13/Templater/commit/b3c5981c5651408838c676eedf8a1708f7b56feb)), closes [#1420](https://github.com/SilentVoid13/Templater/issues/1420) + ## [2.4.0](https://github.com/SilentVoid13/Templater/compare/2.3.3...2.4.0) (2024-07-24) diff --git a/manifest.json b/manifest.json index 0ea25ab2..2c43dad1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.4.0", + "version": "2.4.1", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 8befca59..b8d9f19a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.4.0", + "version": "2.4.1", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a538c43f..64ea9700 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.4.1": "1.5.0", "2.4.0": "1.5.0", "2.3.3": "1.5.0", "2.3.2": "1.5.0",