diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c2376..0dee8d8 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.2.3](https://github.com/SilentVoid13/Templater/compare/2.2.2...2.2.3) (2024-03-05) + + +### Bug Fixes + +* fallback to "Untitled" as filename if empty string is passed as filename to `tp.file.create_new` ([efa2920](https://github.com/SilentVoid13/Templater/commit/efa2920d4a0d95c0dace8d899193f5a959b5218e)), closes [#1332](https://github.com/SilentVoid13/Templater/issues/1332) + ### [2.2.2](https://github.com/SilentVoid13/Templater/compare/2.2.1...2.2.2) (2024-03-02) diff --git a/manifest.json b/manifest.json index 584e7cc..7380193 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.2.2", + "version": "2.2.3", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 586aa79..65cedcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.2.2", + "version": "2.2.3", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3bab137..98d95e9 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.2.3": "1.5.0", "2.2.2": "1.5.0", "2.2.1": "1.5.0", "2.2.0": "1.5.0",