Skip to content

Commit

Permalink
chore(release): 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shabegom committed Sep 7, 2022
1 parent e46f1fb commit d0d2f8b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.0](https://github.com/SilentVoid13/Templater/compare/1.13.0...1.14.0) (2022-09-07)


### Features

* add optional argument to include size in tp.web.random_image ([#810](https://github.com/SilentVoid13/Templater/issues/810)) ([97a4adf](https://github.com/SilentVoid13/Templater/commit/97a4adf7508b6b245e74d9355cead66c5afea62c))
* additional argument for tp.file.move for passing down specific files. ([#444](https://github.com/SilentVoid13/Templater/issues/444)) ([e46f1fb](https://github.com/SilentVoid13/Templater/commit/e46f1fb61a3327d44ac9480be08b826e69dafaa0))


### Bug Fixes

* prompt default_value and placeholder order ([#802](https://github.com/SilentVoid13/Templater/issues/802)) ([fdd1060](https://github.com/SilentVoid13/Templater/commit/fdd106070cf549a78e822482880d95361b573ebb))

## [1.13.0](https://github.com/SilentVoid13/Templater/compare/1.12.0...1.13.0) (2022-09-02)


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.13.0",
"version": "1.14.0",
"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.13.0",
"version": "1.14.0",
"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.0": "0.13.19",
"1.13.0": "0.13.19",
"1.12.0": "0.13.19",
"1.11.3": "0.13.19",
Expand Down

0 comments on commit d0d2f8b

Please sign in to comment.