diff --git a/CHANGELOG.md b/CHANGELOG.md index b58818e3..6f0e3d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2.0](https://github.com/SilentVoid13/Templater/compare/2.1.4...2.2.0) (2024-02-13) + + +### Features + +* add support for templates with non-markdown file extensions ([34837f6](https://github.com/SilentVoid13/Templater/commit/34837f6bb7ec6dab620805b0e28526824f5a859f)), closes [#1311](https://github.com/SilentVoid13/Templater/issues/1311) [#1300](https://github.com/SilentVoid13/Templater/issues/1300) + + +### Bug Fixes + +* Templater resetting active document position when folder template is triggered in background ([4d766d8](https://github.com/SilentVoid13/Templater/commit/4d766d8697639e816484cdd198f533e1e73897e5)), closes [#1310](https://github.com/SilentVoid13/Templater/issues/1310) + ### [2.1.4](https://github.com/SilentVoid13/Templater/compare/2.1.3...2.1.4) (2024-02-10) diff --git a/manifest.json b/manifest.json index c68f4c39..fca65973 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.1.4", + "version": "2.2.0", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 36af7461..1a847e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.1.4", + "version": "2.2.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 00855d92..030068f3 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.2.0": "1.5.0", "2.1.4": "1.5.0", "2.1.3": "1.5.0", "2.1.2": "1.5.0",