From 64d8f63d4993d9302a47f649ee97362f61464a7e Mon Sep 17 00:00:00 2001 From: sbgood Date: Sat, 17 Sep 2022 17:07:31 -0400 Subject: [PATCH] chore(release): 1.14.2 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665fd5d9..397ff990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2](https://github.com/SilentVoid13/Templater/compare/1.14.1...1.14.2) (2022-09-17) + + +### Bug Fixes + +* change to new unsplash api ([#827](https://github.com/SilentVoid13/Templater/issues/827)) ([c5ccd7a](https://github.com/SilentVoid13/Templater/commit/c5ccd7ac2b30e98e1c436ae13a2468ffb1b6f6e8)) +* don't trigger on creation unless new file is opened in a pane ([#816](https://github.com/SilentVoid13/Templater/issues/816)) ([10d5de7](https://github.com/SilentVoid13/Templater/commit/10d5de7fc29cc3c61a458ba91349f9a43e7311c8)), closes [#716](https://github.com/SilentVoid13/Templater/issues/716) [#554](https://github.com/SilentVoid13/Templater/issues/554) +* errors after merging PRs ([#832](https://github.com/SilentVoid13/Templater/issues/832)) ([e44a485](https://github.com/SilentVoid13/Templater/commit/e44a48575843610dc97857f3a6aabee3104bbeaf)) +* make tp.file.path(...) work on mobile ([#829](https://github.com/SilentVoid13/Templater/issues/829)) ([5273570](https://github.com/SilentVoid13/Templater/commit/5273570861f9a4e0d4956482a5798315de51cbd7)) +* post merge errors ([#833](https://github.com/SilentVoid13/Templater/issues/833)) ([dd315d2](https://github.com/SilentVoid13/Templater/commit/dd315d2c69514336b7f3d03e94ab78c20714c08e)) +* use app.fileSystemAdapter.exists for tp.file.exists ([#820](https://github.com/SilentVoid13/Templater/issues/820)) ([e57cc6c](https://github.com/SilentVoid13/Templater/commit/e57cc6c0d8d9691fe99d25618ed6aed25dd0768f)) + ### [1.14.1](https://github.com/SilentVoid13/Templater/compare/1.14.0...1.14.1) (2022-09-08) diff --git a/manifest.json b/manifest.json index 343b81d1..610de55e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.14.1", + "version": "1.14.2", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index e98624a8..67ad5895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.14.1", + "version": "1.14.2", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9ef97e48..670b3674 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.14.2": "0.13.19", "1.14.1": "0.13.19", "1.14.0": "0.13.19", "1.13.0": "0.13.19",