From ae8ffed93753dd7b1a4de14a79c178041154b788 Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Mon, 12 Feb 2024 21:19:49 -0700 Subject: [PATCH] chore(release): 2.2.1 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0e3d16..acfee3e9 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.2.1](https://github.com/SilentVoid13/Templater/compare/2.2.0...2.2.1) (2024-02-13) + + +### Bug Fixes + +* creating file from template not auto-incrementing file name if file already exists ([368e511](https://github.com/SilentVoid13/Templater/commit/368e511d096e71fe98e858f3541e360ef7fd4165)) + ## [2.2.0](https://github.com/SilentVoid13/Templater/compare/2.1.4...2.2.0) (2024-02-13) diff --git a/manifest.json b/manifest.json index fca65973..f8ad8b4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.2.0", + "version": "2.2.1", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 1a847e95..9d82b26c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.2.0", + "version": "2.2.1", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 030068f3..ac91b430 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.2.1": "1.5.0", "2.2.0": "1.5.0", "2.1.4": "1.5.0", "2.1.3": "1.5.0",