Skip to content

Commit

Permalink
chore(release): 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentVoid13 committed Apr 22, 2021
1 parent 5f146b4 commit 44102a6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.5.5](https://github.com/SilentVoid13/Templater/compare/1.5.4...1.5.5) (2021-04-22)


### Features

* **internaltemplates:** adding new tp.system.suggester ([91cd04e](https://github.com/SilentVoid13/Templater/commit/91cd04ed22fb19c9f60a9d598520ea4c62bc5c72))
* adding the tp.obsidian object to access obsidian functions if needed ([eab1178](https://github.com/SilentVoid13/Templater/commit/eab11785f5c411aaf8ac7ab8c5e1e8047b8d6ed0))
* **settings:** adding a setting to specify a custom shell to run command with(powershell, zsh, ...) ([d7e6894](https://github.com/SilentVoid13/Templater/commit/d7e6894f0d00f672b326460a7554c976f10e51c9)), closes [#129](https://github.com/SilentVoid13/Templater/issues/129) [#128](https://github.com/SilentVoid13/Templater/issues/128)


### Bug Fixes

* fixing tp.dynamic ([7f16c94](https://github.com/SilentVoid13/Templater/commit/7f16c9412f92a955a63713f8f458a832e5e068b5))
* fixing tp.file.include on block when the block is the last block of the file ([f886b1c](https://github.com/SilentVoid13/Templater/commit/f886b1c51c201f13feea53b09cd5885ac244628e)), closes [#124](https://github.com/SilentVoid13/Templater/issues/124)
* fixing tp.system.prompt, now handles cancellation ([6afad93](https://github.com/SilentVoid13/Templater/commit/6afad93063bbe5868a407d2fb5c563972bcb8933)), closes [#125](https://github.com/SilentVoid13/Templater/issues/125)

### [1.5.4](https://github.com/SilentVoid13/Templater/compare/1.5.3...1.5.4) (2021-04-17)


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.5.4",
"version": "1.5.5",
"description": "Create and use templates",
"minAppVersion": "0.11.13",
"author": "SilentVoid",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5.4",
"version": "1.5.5",
"type": "module",
"description": "Create and use templates",
"main": "main.js",
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.5.5": "0.11.13",
"1.5.4": "0.11.13",
"1.5.3": "0.11.13",
"1.5.2": "0.11.13",
Expand Down

0 comments on commit 44102a6

Please sign in to comment.