diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2fa5ae..b945a6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [1.18.2](https://github.com/SilentVoid13/Templater/compare/1.18.1...1.18.2) (2023-12-01) + + +### Bug Fixes + +* plugin not unloading properly when disabled ([3cd000a](https://github.com/SilentVoid13/Templater/commit/3cd000ad6c49e4b16316ee7ebb0d40666c726665)) +* properties from template not showing in note until editor change ([b349aff](https://github.com/SilentVoid13/Templater/commit/b349affc83193f69be81ac4f63e7568d326a0302)), closes [#1253](https://github.com/SilentVoid13/Templater/issues/1253) + ### [1.18.1](https://github.com/SilentVoid13/Templater/compare/1.18.0...1.18.1) (2023-11-17) diff --git a/manifest.json b/manifest.json index 70ad4897..335c8d73 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.18.1", + "version": "1.18.2", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index 32de0abe..e772d4ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.18.1", + "version": "1.18.2", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index cfa0a859..4aab432b 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.18.2": "0.13.19", "1.18.1": "0.13.19", "1.18.0": "0.13.19", "1.17.0": "0.13.19",