Skip to content

Commit

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

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.3](https://github.com/SilentVoid13/Templater/compare/1.16.2...1.16.3) (2023-10-03)


### Bug Fixes

* clearer error message when user scripts are preventing templates from executing ([0cb0202](https://github.com/SilentVoid13/Templater/commit/0cb02026f9b0c3b98f8caef9f3e5c72bcdf765c4)), closes [#1212](https://github.com/SilentVoid13/Templater/issues/1212)

### [1.16.2](https://github.com/SilentVoid13/Templater/compare/1.16.1...1.16.2) (2023-10-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.16.2",
"version": "1.16.3",
"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.16.2",
"version": "1.16.3",
"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.16.3": "0.13.19",
"1.16.2": "0.13.19",
"1.16.1": "0.13.19",
"1.16.0": "0.13.19",
Expand Down

0 comments on commit 89de15e

Please sign in to comment.