From 8a841e2353879d6b643ed07039a8d5fe62ecf4ea Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Sat, 6 Jan 2024 00:10:18 -0700 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 14 ++++++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd91534..4e4fae99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.1.0](https://github.com/SilentVoid13/Templater/compare/2.0.0...2.1.0) (2024-01-06) + + +### Features + +* add icon for hotkey commands for mobile toolbar ([8806dab](https://github.com/SilentVoid13/Templater/commit/8806dabf5f33a55c7e6d0d7f208cc444d2925ce7)) +* add icons for commands for mobile toolbar ([9391ba9](https://github.com/SilentVoid13/Templater/commit/9391ba9a20ef92d85ab9bcf22ec07eda9f863eaa)) + + +### Bug Fixes + +* incorrect function name in popup for tp.file.move() ([b53e713](https://github.com/SilentVoid13/Templater/commit/b53e713a79f6c112d0c98737c5db8377c4b0decd)), closes [#1136](https://github.com/SilentVoid13/Templater/issues/1136) +* multiple prompts being filled out with Korean inputs ([9fc284e](https://github.com/SilentVoid13/Templater/commit/9fc284ef6bfecc30d4d857fb090207355a59fc5f)), closes [#1284](https://github.com/SilentVoid13/Templater/issues/1284) + ## [2.0.0](https://github.com/SilentVoid13/Templater/compare/1.18.3...2.0.0) (2023-12-08) diff --git a/manifest.json b/manifest.json index 70f3f244..7a7f07b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.0.0", + "version": "2.1.0", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index f300232d..4700a01c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.0.0", + "version": "2.1.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fc0d3cad..14f739fd 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.1.0": "1.5.0", "2.0.0": "1.5.0", "1.18.3": "0.13.19", "1.18.2": "0.13.19",