Skip to content

Commit a82b978

Browse files
committed
chore(release): 2.16.2
1 parent a1a0180 commit a82b978

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.16.2](https://github.com/SilentVoid13/Templater/compare/2.16.1...2.16.2) (2025-10-17)
6+
7+
8+
### Bug Fixes
9+
10+
* Folder templates preventing properties widget from rendering ([a1a0180](https://github.com/SilentVoid13/Templater/commit/a1a01809a7ef2a99a2259943763d4e496aab75ed)), closes [#1651](https://github.com/SilentVoid13/Templater/issues/1651) [#1644](https://github.com/SilentVoid13/Templater/issues/1644) [#1647](https://github.com/SilentVoid13/Templater/issues/1647)
11+
512
### [2.16.1](https://github.com/SilentVoid13/Templater/compare/2.16.0...2.16.1) (2025-10-13)
613

714

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.16.1",
4+
"version": "2.16.2",
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.16.1",
3+
"version": "2.16.2",
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.16.2": "1.5.0",
23
"2.16.1": "1.5.0",
34
"2.16.0": "1.5.0",
45
"2.15.2": "1.5.0",

0 commit comments

Comments
 (0)