From 709879d9684e6fc9133473d2944ec060411e7c1e Mon Sep 17 00:00:00 2001 From: sbgood Date: Sat, 29 Oct 2022 21:55:38 -0400 Subject: [PATCH] chore(release): 1.15.2 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ef71eb..84273dc1 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. +### [1.15.2](https://github.com/SilentVoid13/Templater/compare/1.15.1...1.15.2) (2022-10-30) + ### [1.15.1](https://github.com/SilentVoid13/Templater/compare/1.15.0...1.15.1) (2022-10-29) diff --git a/manifest.json b/manifest.json index 78167a74..3af8d574 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.15.1", + "version": "1.15.2", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index 8be4209b..a31fd743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.15.1", + "version": "1.15.2", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0d58ad18..a509d3a4 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.15.2": "0.13.19", "1.15.1": "0.13.19", "1.15.0": "0.13.19", "1.14.4": "0.13.19",