diff --git a/CHANGELOG.md b/CHANGELOG.md index ee59fa4b..665fd5d9 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.14.1](https://github.com/SilentVoid13/Templater/compare/1.14.0...1.14.1) (2022-09-08) + + +### Bug Fixes + +* move on mobile using obsidian api (not path) ([#814](https://github.com/SilentVoid13/Templater/issues/814)) ([6fbe143](https://github.com/SilentVoid13/Templater/commit/6fbe1431db41c3ad428758d5fcd5ef9c3981d04e)) +* PromptModal default value needs to be set to this.value on load ([#813](https://github.com/SilentVoid13/Templater/issues/813)) ([42e0816](https://github.com/SilentVoid13/Templater/commit/42e081648d548acf82a167570d07b16ad5f6a009)) + ## [1.14.0](https://github.com/SilentVoid13/Templater/compare/1.13.0...1.14.0) (2022-09-07) diff --git a/manifest.json b/manifest.json index 3c00d8b1..343b81d1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.14.0", + "version": "1.14.1", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index fe7c0316..39b21038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.14.0", + "version": "1.14.1", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e5f4aced..9ef97e48 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.14.1": "0.13.19", "1.14.0": "0.13.19", "1.13.0": "0.13.19", "1.12.0": "0.13.19",