diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dee8d8..0baea54 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.4](https://github.com/SilentVoid13/Templater/compare/2.2.3...2.2.4) (2024-05-05) + + +### Bug Fixes + +* template content being overridden when using `app.fileManager.processFrontMatter` on blank files ([cdc8815](https://github.com/SilentVoid13/Templater/commit/cdc8815e1e3a81a00488b256480b1ec4d4203123)), closes [#1309](https://github.com/SilentVoid13/Templater/issues/1309) + ### [2.2.3](https://github.com/SilentVoid13/Templater/compare/2.2.2...2.2.3) (2024-03-05) diff --git a/manifest.json b/manifest.json index 7380193..3209599 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.2.3", + "version": "2.2.4", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 65cedcc..552d7d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.2.3", + "version": "2.2.4", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 98d95e9..bfbbb2f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.2.4": "1.5.0", "2.2.3": "1.5.0", "2.2.2": "1.5.0", "2.2.1": "1.5.0",