diff --git a/CHANGELOG.md b/CHANGELOG.md index 608bbb5d..c426c14b 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.8.2](https://github.com/SilentVoid13/Templater/compare/2.8.1...2.8.2) (2024-10-11) + + +### Bug Fixes + +* Fix insert command removal ([13c28eb](https://github.com/SilentVoid13/Templater/commit/13c28eb79c29b8bea6291a2cc3f5e7e249c4dea8)), closes [#1482](https://github.com/SilentVoid13/Templater/issues/1482) + ### [2.8.1](https://github.com/SilentVoid13/Templater/compare/2.8.0...2.8.1) (2024-10-10) diff --git a/manifest.json b/manifest.json index 5eba5c64..58b56a4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.8.1", + "version": "2.8.2", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index f1f1da85..a2bb0440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.8.1", + "version": "2.8.2", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8f7b739e..0ea734bf 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.8.2": "1.5.0", "2.8.1": "1.5.0", "2.8.0": "1.5.0", "2.7.3": "1.5.0",