diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4fae99..5fcb1555 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.1](https://github.com/SilentVoid13/Templater/compare/2.1.0...2.1.1) (2024-01-18) + + +### Bug Fixes + +* cursor being set to top of current file when folder template was triggered ([10ab058](https://github.com/SilentVoid13/Templater/commit/10ab0586b9c96b7857716abaf6ef394474615a2d)), closes [#1297](https://github.com/SilentVoid13/Templater/issues/1297) + ## [2.1.0](https://github.com/SilentVoid13/Templater/compare/2.0.0...2.1.0) (2024-01-06) diff --git a/manifest.json b/manifest.json index 7a7f07b2..fd8f2b56 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.1.0", + "version": "2.1.1", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 4700a01c..7d3d775c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.1.0", + "version": "2.1.1", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 14f739fd..f44c6e07 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.1.1": "1.5.0", "2.1.0": "1.5.0", "2.0.0": "1.5.0", "1.18.3": "0.13.19",