From f58fc1da75b168b14d3cb48ecb65b2c5445cee36 Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Mon, 7 Oct 2024 18:51:57 -0600 Subject: [PATCH] chore(release): 2.8.0 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46cb7ca9..0b4be731 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.8.0](https://github.com/SilentVoid13/Templater/compare/2.7.3...2.8.0) (2024-10-08) + + +### Features + +* Add insert hotkey setting ([4f51027](https://github.com/SilentVoid13/Templater/commit/4f510277ed9dfa09570acd44076acab08afea5e0)), closes [#1475](https://github.com/SilentVoid13/Templater/issues/1475) [#1361](https://github.com/SilentVoid13/Templater/issues/1361) + + +### Bug Fixes + +* remove unused internal parameter `mode`, breaking change from previous commit where hotkey command IDs are now prefixed with `insert-` ([281aaf7](https://github.com/SilentVoid13/Templater/commit/281aaf787ee21efc0f902ebcec5226b017135a08)), closes [#1361](https://github.com/SilentVoid13/Templater/issues/1361) + ### [2.7.3](https://github.com/SilentVoid13/Templater/compare/2.7.2...2.7.3) (2024-10-01) diff --git a/manifest.json b/manifest.json index 550ded82..e58f5706 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.7.3", + "version": "2.8.0", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 67c5e29f..2ff09354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.7.3", + "version": "2.8.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index dcc77406..407d31e6 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.8.0": "1.5.0", "2.7.3": "1.5.0", "2.7.2": "1.5.0", "2.7.1": "1.5.0",