diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f61fdda..689d39c2 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.9.5](https://github.com/SilentVoid13/Templater/compare/1.9.4...1.9.5) (2021-09-29) + + +### Features + +* Folder Templates ([#384](https://github.com/SilentVoid13/Templater/issues/384)) ([3eb60d8](https://github.com/SilentVoid13/Templater/commit/3eb60d84aa8d78c7b294d2b31c471d7a41064914)), closes [#326](https://github.com/SilentVoid13/Templater/issues/326) + ### [1.9.4](https://github.com/SilentVoid13/Templater/compare/1.9.3...1.9.4) (2021-09-28) ### [1.9.3](https://github.com/SilentVoid13/Templater/compare/1.9.2...1.9.3) (2021-09-28) diff --git a/manifest.json b/manifest.json index 948c6767..ccc8a622 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.9.4", + "version": "1.9.5", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index 78381ac6..c9d336e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.9.4", + "version": "1.9.5", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b72058b8..1e3dd0da 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.9.5": "0.12.2", "1.9.4": "0.12.2", "1.9.3": "0.12.2", "1.9.2": "0.12.2",