Skip to content

Commit e65e1b1

Browse files
committed
chore(release): 2.21.0
1 parent 957a175 commit e65e1b1

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

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.21.0](https://github.com/SilentVoid13/Templater/compare/2.20.5...2.21.0) (2026-06-02)
6+
7+
8+
### Features
9+
10+
* Adopt settings definitions. Update dangerous settings to be per vault to reduce social engineering attack surface This applies to the following settings: "Trigger Templater on new file creation", "Enable startup templates", and "Enable user system function commands" ([957a175](https://github.com/SilentVoid13/Templater/commit/957a17541a3bc87eac0fe6e4729ccbeaef42f199))
11+
512
### [2.20.5](https://github.com/SilentVoid13/Templater/compare/2.20.4...2.20.5) (2026-05-20)
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.20.5",
4+
"version": "2.21.0",
55
"description": "Advanced templating and automation using handlebars-like syntax.",
66
"minAppVersion": "1.13.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.20.5",
3+
"version": "2.21.0",
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.21.0": "1.13.0",
23
"2.20.5": "1.12.2",
34
"2.20.4": "1.12.2",
45
"2.20.3": "1.12.2",

0 commit comments

Comments
 (0)