diff --git a/CHANGELOG.md b/CHANGELOG.md index c68fe499..38b86bb8 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. +### [2.3.1](https://github.com/SilentVoid13/Templater/compare/2.3.0...2.3.1) (2024-05-09) + + +### Bug Fixes + +* Folder notes sometimes applying when creating a new note from template ([08bcfca](https://github.com/SilentVoid13/Templater/commit/08bcfca5b1a2833b6eaa892753270e4c888f84a8)), closes [#1370](https://github.com/SilentVoid13/Templater/issues/1370) + ## [2.3.0](https://github.com/SilentVoid13/Templater/compare/2.2.4...2.3.0) (2024-05-08) diff --git a/manifest.json b/manifest.json index dae4dfed..11473aca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.3.0", + "version": "2.3.1", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index e6499bae..97ecd210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.3.0", + "version": "2.3.1", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3fc843b0..7eb51841 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.3.1": "1.5.0", "2.3.0": "1.5.0", "2.2.4": "1.5.0", "2.2.3": "1.5.0",