Skip to content

Commit

Permalink
chore(release): 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shabegom committed Oct 29, 2022
1 parent ff52d32 commit b7781a7
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.4](https://github.com/SilentVoid13/Templater/compare/1.14.3...1.14.4) (2022-10-29)


### Bug Fixes

* hard coded file size limit for parsing ([#874](https://github.com/SilentVoid13/Templater/issues/874)) ([fcba602](https://github.com/SilentVoid13/Templater/commit/fcba6025bda7c3596228d96e7d7f0df1c6e6c7d7))
* tp.file.exists in Obsidian v1.0.0 always returns false for files; ([#879](https://github.com/SilentVoid13/Templater/issues/879)) ([fc08873](https://github.com/SilentVoid13/Templater/commit/fc0887356fb227e4f7f039adb87103a02edcbeeb)), closes [#878](https://github.com/SilentVoid13/Templater/issues/878) [#878](https://github.com/SilentVoid13/Templater/issues/878)

### [1.14.3](https://github.com/SilentVoid13/Templater/compare/1.14.2...1.14.3) (2022-09-19)


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.3",
"version": "1.14.4",
"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.3",
"version": "1.14.4",
"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.4": "0.13.19",
"1.14.3": "0.13.19",
"1.14.2": "0.13.19",
"1.14.1": "0.13.19",
Expand Down

0 comments on commit b7781a7

Please sign in to comment.