Skip to content

Commit 23c2b41

Browse files
committed
chore(release): 2.19.1
1 parent 063a8ac commit 23c2b41

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.19.1](https://github.com/SilentVoid13/Templater/compare/2.19.0...2.19.1) (2026-04-19)
6+
7+
8+
### Bug Fixes
9+
10+
* Use AbstractInputSuggest for file/folder suggests instead of custom implementation ([213cfd4](https://github.com/SilentVoid13/Templater/commit/213cfd49d99adcf687a56cf75625b56a18e91bda))
11+
512
## [2.19.0](https://github.com/SilentVoid13/Templater/compare/2.18.1...2.19.0) (2026-04-11)
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.19.0",
4+
"version": "2.19.1",
55
"description": "Create and use templates",
66
"minAppVersion": "1.12.2",
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.19.0",
3+
"version": "2.19.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.19.1": "1.12.2",
23
"2.19.0": "1.12.2",
34
"2.18.1": "1.5.0",
45
"2.18.0": "1.5.0",

0 commit comments

Comments
 (0)