diff --git a/CHANGELOG.md b/CHANGELOG.md index b945a6d8..575f2144 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. +### [1.18.3](https://github.com/SilentVoid13/Templater/compare/1.18.2...1.18.3) (2023-12-02) + + +### Bug Fixes + +* do not stack trace using Error.captureStackTrace in environments that don't support it (iOS) ([de54d0c](https://github.com/SilentVoid13/Templater/commit/de54d0cbc30e63a4434d914160ffabe26d7f5474)) + ### [1.18.2](https://github.com/SilentVoid13/Templater/compare/1.18.1...1.18.2) (2023-12-01) diff --git a/manifest.json b/manifest.json index 335c8d73..c9404c9a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.18.2", + "version": "1.18.3", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index e772d4ec..90fb9543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.18.2", + "version": "1.18.3", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4aab432b..b19c4a65 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.18.3": "0.13.19", "1.18.2": "0.13.19", "1.18.1": "0.13.19", "1.18.0": "0.13.19",