Skip to content

Commit 7a04a26

Browse files
committed
chore(release): 2.15.1
1 parent 1506a88 commit 7a04a26

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [2.15.1](https://github.com/SilentVoid13/Templater/compare/2.15.0...2.15.1) (2025-09-02)
6+
7+
8+
### Bug Fixes
9+
10+
* `tp.file.cursor()` not being replaced on new file creation for the active file with "auto jump to cursor" enabled ([406dcd3](https://github.com/SilentVoid13/Templater/commit/406dcd3658ef642d239a2833b2831dd69293861a)), closes [#1600](https://github.com/SilentVoid13/Templater/issues/1600) [#1218](https://github.com/SilentVoid13/Templater/issues/1218) [#1387](https://github.com/SilentVoid13/Templater/issues/1387)
11+
* notes created from base having filtered properties overridden by blank values in template ([1506a88](https://github.com/SilentVoid13/Templater/commit/1506a881efab251737701f183c41b6110e8a4157)), closes [#1600](https://github.com/SilentVoid13/Templater/issues/1600) [#1218](https://github.com/SilentVoid13/Templater/issues/1218) [#1387](https://github.com/SilentVoid13/Templater/issues/1387)
12+
513
## [2.15.0](https://github.com/SilentVoid13/Templater/compare/2.14.1...2.15.0) (2025-08-29)
614

715

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "templater-obsidian",
33
"name": "Templater",
4-
"version": "2.15.0",
4+
"version": "2.15.1",
55
"description": "Create and use templates",
66
"minAppVersion": "1.5.0",
77
"author": "SilentVoid",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "templater-obsidian",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
44
"description": "Create and use templates",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"2.15.1": "1.5.0",
23
"2.15.0": "1.5.0",
34
"2.14.1": "1.5.0",
45
"2.14.0": "1.5.0",

0 commit comments

Comments
 (0)