From c2afdb1c2acbca20302869bf497a4908552f0a5c Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Mon, 6 Nov 2023 21:17:02 -0700 Subject: [PATCH] chore(release): 1.16.5 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ef2514..aa2b7719 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. +### [1.16.5](https://github.com/SilentVoid13/Templater/compare/1.16.4...1.16.5) (2023-11-07) + + +### Bug Fixes + +* place cursor after frontmatter ([a65bc08](https://github.com/SilentVoid13/Templater/commit/a65bc0890cdf684e1afa0a7ab40b1cc6d8d1d09c)), closes [#1231](https://github.com/SilentVoid13/Templater/issues/1231) + ### [1.16.4](https://github.com/SilentVoid13/Templater/compare/1.16.3...1.16.4) (2023-10-11) diff --git a/manifest.json b/manifest.json index a31f767d..9c0a3963 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.16.4", + "version": "1.16.5", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index f8ebf012..c54f6fc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.16.4", + "version": "1.16.5", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 97f9e241..7d1761b3 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.16.5": "0.13.19", "1.16.4": "0.13.19", "1.16.3": "0.13.19", "1.16.2": "0.13.19",