From 53de3336eb7626ec45ff8968e5a1019dbeb00163 Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Fri, 1 Mar 2024 20:31:47 -0700 Subject: [PATCH] chore(release): 2.2.2 --- 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 acfee3e9..c6c2376a 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. +### [2.2.2](https://github.com/SilentVoid13/Templater/compare/2.2.1...2.2.2) (2024-03-02) + + +### Bug Fixes + +* add 1ms delay to make it less likely to require a setTimeout when using `tp.hooks.on_all_templates_executed()` ([506e32d](https://github.com/SilentVoid13/Templater/commit/506e32d8784beb6cdc064fb78c76e121c6c52023)), closes [#1309](https://github.com/SilentVoid13/Templater/issues/1309) +* re-add support for creating missing folders when using `tp.file.create_new()` ([cc85471](https://github.com/SilentVoid13/Templater/commit/cc8547168704ad356b6430c6621d5bfccb23440f)), closes [#1327](https://github.com/SilentVoid13/Templater/issues/1327) + ### [2.2.1](https://github.com/SilentVoid13/Templater/compare/2.2.0...2.2.1) (2024-02-13) diff --git a/manifest.json b/manifest.json index f8ad8b4a..584e7ccb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.2.1", + "version": "2.2.2", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 9d82b26c..586aa79c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.2.1", + "version": "2.2.2", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ac91b430..3bab1376 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.2.2": "1.5.0", "2.2.1": "1.5.0", "2.2.0": "1.5.0", "2.1.4": "1.5.0",