Skip to content

Commit

Permalink
chore(release): 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachatoo committed Oct 11, 2023
1 parent 59603e5 commit 9bccec9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.16.4](https://github.com/SilentVoid13/Templater/compare/1.16.3...1.16.4) (2023-10-11)


### Bug Fixes

* add missing `=` in docs example for `tp.system.suggester` ([ea6d2c4](https://github.com/SilentVoid13/Templater/commit/ea6d2c4f26d596eef6480b696d1fbb51639e21a3)), closes [#995](https://github.com/SilentVoid13/Templater/issues/995)
* define app.dom ([7557939](https://github.com/SilentVoid13/Templater/commit/755793979b49c2166da790eb34f339f41fd87fa4))
* re-add delay on triggering templates on file creation to account for note extractor core plugin ([59603e5](https://github.com/SilentVoid13/Templater/commit/59603e5c535bb38f5cfdafff41e258974b1025eb)), closes [#1219](https://github.com/SilentVoid13/Templater/issues/1219)

### [1.16.3](https://github.com/SilentVoid13/Templater/compare/1.16.2...1.16.3) (2023-10-03)


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.16.3",
"version": "1.16.4",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templater-obsidian",
"version": "1.16.3",
"version": "1.16.4",
"description": "Create and use templates",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"esbuild-plugin-toml": "^0.0.1",
"eslint": "^8.27.0",
"moment": "^2.29.4",
"obsidian": "^0.16.3",
"obsidian": "^1.4.11",
"standard-version": "^9.5.0",
"stringify-package": "^1.0.1",
"ts-node": "^9.1.1",
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.16.4": "0.13.19",
"1.16.3": "0.13.19",
"1.16.2": "0.13.19",
"1.16.1": "0.13.19",
Expand Down

0 comments on commit 9bccec9

Please sign in to comment.