Skip to content

Commit

Permalink
chore(release): 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shabegom committed Sep 17, 2022
1 parent e7b5202 commit 64d8f63
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.2](https://github.com/SilentVoid13/Templater/compare/1.14.1...1.14.2) (2022-09-17)


### Bug Fixes

* change to new unsplash api ([#827](https://github.com/SilentVoid13/Templater/issues/827)) ([c5ccd7a](https://github.com/SilentVoid13/Templater/commit/c5ccd7ac2b30e98e1c436ae13a2468ffb1b6f6e8))
* don't trigger on creation unless new file is opened in a pane ([#816](https://github.com/SilentVoid13/Templater/issues/816)) ([10d5de7](https://github.com/SilentVoid13/Templater/commit/10d5de7fc29cc3c61a458ba91349f9a43e7311c8)), closes [#716](https://github.com/SilentVoid13/Templater/issues/716) [#554](https://github.com/SilentVoid13/Templater/issues/554)
* errors after merging PRs ([#832](https://github.com/SilentVoid13/Templater/issues/832)) ([e44a485](https://github.com/SilentVoid13/Templater/commit/e44a48575843610dc97857f3a6aabee3104bbeaf))
* make tp.file.path(...) work on mobile ([#829](https://github.com/SilentVoid13/Templater/issues/829)) ([5273570](https://github.com/SilentVoid13/Templater/commit/5273570861f9a4e0d4956482a5798315de51cbd7))
* post merge errors ([#833](https://github.com/SilentVoid13/Templater/issues/833)) ([dd315d2](https://github.com/SilentVoid13/Templater/commit/dd315d2c69514336b7f3d03e94ab78c20714c08e))
* use app.fileSystemAdapter.exists for tp.file.exists ([#820](https://github.com/SilentVoid13/Templater/issues/820)) ([e57cc6c](https://github.com/SilentVoid13/Templater/commit/e57cc6c0d8d9691fe99d25618ed6aed25dd0768f))

### [1.14.1](https://github.com/SilentVoid13/Templater/compare/1.14.0...1.14.1) (2022-09-08)


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.1",
"version": "1.14.2",
"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.1",
"version": "1.14.2",
"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.2": "0.13.19",
"1.14.1": "0.13.19",
"1.14.0": "0.13.19",
"1.13.0": "0.13.19",
Expand Down

0 comments on commit 64d8f63

Please sign in to comment.