diff --git a/CHANGELOG.md b/CHANGELOG.md index 43527f31..b58818e3 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.1.4](https://github.com/SilentVoid13/Templater/compare/2.1.3...2.1.4) (2024-02-10) + + +### Bug Fixes + +* properties not showing on file creation on template insert ([e9abe48](https://github.com/SilentVoid13/Templater/commit/e9abe48c8ee06005297a0af8a0a57652dd81cf27)), closes [#1253](https://github.com/SilentVoid13/Templater/issues/1253) [#1309](https://github.com/SilentVoid13/Templater/issues/1309) + ### [2.1.3](https://github.com/SilentVoid13/Templater/compare/2.1.2...2.1.3) (2024-02-02) diff --git a/manifest.json b/manifest.json index e9bdc815..c68f4c39 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.1.3", + "version": "2.1.4", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 2e129c79..36af7461 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.1.3", + "version": "2.1.4", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 37db823b..00855d92 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.1.4": "1.5.0", "2.1.3": "1.5.0", "2.1.2": "1.5.0", "2.1.1": "1.5.0",