Skip to content

Commit

Permalink
chore(release): 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shabegom committed Sep 8, 2022
1 parent 6fbe143 commit 96345df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "1.14.0",
"version": "1.14.1",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"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": "1.14.0",
"version": "1.14.1",
"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 @@
{
"1.14.1": "0.13.19",
"1.14.0": "0.13.19",
"1.13.0": "0.13.19",
"1.12.0": "0.13.19",
Expand Down

0 comments on commit 96345df

Please sign in to comment.