From b7781a7ab7757f07cfdfc2c6fcabcc9b94e44a2a Mon Sep 17 00:00:00 2001 From: sbgood Date: Sat, 29 Oct 2022 11:13:27 -0400 Subject: [PATCH] chore(release): 1.14.4 --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084db7a8..019dfe14 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. +### [1.14.4](https://github.com/SilentVoid13/Templater/compare/1.14.3...1.14.4) (2022-10-29) + + +### Bug Fixes + +* hard coded file size limit for parsing ([#874](https://github.com/SilentVoid13/Templater/issues/874)) ([fcba602](https://github.com/SilentVoid13/Templater/commit/fcba6025bda7c3596228d96e7d7f0df1c6e6c7d7)) +* tp.file.exists in Obsidian v1.0.0 always returns false for files; ([#879](https://github.com/SilentVoid13/Templater/issues/879)) ([fc08873](https://github.com/SilentVoid13/Templater/commit/fc0887356fb227e4f7f039adb87103a02edcbeeb)), closes [#878](https://github.com/SilentVoid13/Templater/issues/878) [#878](https://github.com/SilentVoid13/Templater/issues/878) + ### [1.14.3](https://github.com/SilentVoid13/Templater/compare/1.14.2...1.14.3) (2022-09-19) diff --git a/manifest.json b/manifest.json index d7f73fd1..931fcedd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.14.3", + "version": "1.14.4", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index 97dae51b..e11ebca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.14.3", + "version": "1.14.4", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d187fa23..135e5e0f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.14.4": "0.13.19", "1.14.3": "0.13.19", "1.14.2": "0.13.19", "1.14.1": "0.13.19",