From e3ceae52bacf4f5f5faa4031e8cc3472f658b6cc Mon Sep 17 00:00:00 2001
From: Zachatoo <Zachatoo@users.noreply.github.com>
Date: Mon, 27 Jan 2025 21:21:25 -0700
Subject: [PATCH] chore(release): 2.9.2

---
 CHANGELOG.md  | 7 +++++++
 manifest.json | 2 +-
 package.json  | 2 +-
 versions.json | 1 +
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e13c829..7682e3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 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.9.2](https://github.com/SilentVoid13/Templater/compare/2.9.1...2.9.2) (2025-01-28)
+
+
+### Bug Fixes
+
+* Duplicate hotkeys being created when updating template hotkeys ([4e8a892](https://github.com/SilentVoid13/Templater/commit/4e8a892a17d33ffcb664c746a5b153230aecb341)), closes [#1515](https://github.com/SilentVoid13/Templater/issues/1515)
+
 ### [2.9.1](https://github.com/SilentVoid13/Templater/compare/2.9.0...2.9.1) (2024-10-30)
 
 
diff --git a/manifest.json b/manifest.json
index a0a7dd1..6485791 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
     "id": "templater-obsidian",
     "name": "Templater",
-    "version": "2.9.1",
+    "version": "2.9.2",
     "description": "Create and use templates",
     "minAppVersion": "1.5.0",
     "author": "SilentVoid",
diff --git a/package.json b/package.json
index a65570b..cb8608f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "templater-obsidian",
-    "version": "2.9.1",
+    "version": "2.9.2",
     "description": "Create and use templates",
     "main": "main.js",
     "scripts": {
diff --git a/versions.json b/versions.json
index 1663bc1..d6a5db7 100644
--- a/versions.json
+++ b/versions.json
@@ -1,4 +1,5 @@
 {
+    "2.9.2": "1.5.0",
     "2.9.1": "1.5.0",
     "2.9.0": "1.5.0",
     "2.8.3": "1.5.0",