diff --git a/CHANGELOG.md b/CHANGELOG.md index b61f749f..64e8dd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2](https://github.com/SilentVoid13/Templater/compare/1.16.1...1.16.2) (2023-10-02) + + +### Bug Fixes + +* active file is undefined in binary files ([27af7a3](https://github.com/SilentVoid13/Templater/commit/27af7a3f9c7a78a477f31f11c709137d2834e528)), closes [#1210](https://github.com/SilentVoid13/Templater/issues/1210) + ### [1.16.1](https://github.com/SilentVoid13/Templater/compare/1.16.0...1.16.1) (2023-09-29) diff --git a/manifest.json b/manifest.json index b28f9ee7..cc3b9216 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.16.1", + "version": "1.16.2", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index 933e13bf..48a8f4c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.16.1", + "version": "1.16.2", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7a5ace5b..38607d128 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.16.2": "0.13.19", "1.16.1": "0.13.19", "1.16.0": "0.13.19", "1.15.3": "0.13.19",