diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b86bb8..9dc1a394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/SilentVoid13/Templater/compare/2.3.1...2.3.2) (2024-05-21) + + +### Bug Fixes + +* limit results for file/folder suggesters in Templater settings to 1000 for better performance ([1bc91c3](https://github.com/SilentVoid13/Templater/commit/1bc91c34dedcde831f651054b3b0059ab6ca6942)), closes [#1319](https://github.com/SilentVoid13/Templater/issues/1319) +* revert change that broke template content being overridden ([2639196](https://github.com/SilentVoid13/Templater/commit/263919674a4186632651a7f7b4296b9c3b047f6e)), closes [#1309](https://github.com/SilentVoid13/Templater/issues/1309) + ### [2.3.1](https://github.com/SilentVoid13/Templater/compare/2.3.0...2.3.1) (2024-05-09) diff --git a/manifest.json b/manifest.json index 11473aca..f4d00531 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.3.1", + "version": "2.3.2", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 97ecd210..890c2c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.3.1", + "version": "2.3.2", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7eb51841..b69b825f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.3.2": "1.5.0", "2.3.1": "1.5.0", "2.3.0": "1.5.0", "2.2.4": "1.5.0",