diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc1a39..2dbbcaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3](https://github.com/SilentVoid13/Templater/compare/2.3.2...2.3.3) (2024-05-26) + ### [2.3.2](https://github.com/SilentVoid13/Templater/compare/2.3.1...2.3.2) (2024-05-21) diff --git a/manifest.json b/manifest.json index f4d0053..bb8de3f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.3.2", + "version": "2.3.3", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 890c2c5..2538ed7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.3.2", + "version": "2.3.3", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b69b825..c5658b3 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.3.3": "1.5.0", "2.3.2": "1.5.0", "2.3.1": "1.5.0", "2.3.0": "1.5.0",