Skip to content

Commit

Permalink
chore(release): 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachatoo committed Oct 8, 2024
1 parent b2d9e4d commit f58fc1d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templater-obsidian",
"version": "2.7.3",
"version": "2.8.0",
"description": "Create and use templates",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f58fc1d

Please sign in to comment.