From 66e19bb185854ab7c06c9a83b704f43eb7089e3b Mon Sep 17 00:00:00 2001 From: sbgood Date: Sat, 29 Oct 2022 13:55:50 -0400 Subject: [PATCH] chore(release): 1.15.0 --- 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 019dfe14..15557378 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. +## [1.15.0](https://github.com/SilentVoid13/Templater/compare/1.14.4...1.15.0) (2022-10-29) + + +### Features + +* enable syntax highlighting in cm6 ([#889](https://github.com/SilentVoid13/Templater/issues/889)) ([1cc6615](https://github.com/SilentVoid13/Templater/commit/1cc661576ad3318cf8309527a8ac4a5f5ef32fee)) + ### [1.14.4](https://github.com/SilentVoid13/Templater/compare/1.14.3...1.14.4) (2022-10-29) diff --git a/manifest.json b/manifest.json index 931fcedd..33c2f0da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.14.4", + "version": "1.15.0", "description": "Create and use templates", "minAppVersion": "0.11.13", "author": "SilentVoid", diff --git a/package.json b/package.json index 04fce0fa..bf57c25d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.14.4", + "version": "1.15.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 135e5e0f..c6f374bc 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.15.0": "0.13.19", "1.14.4": "0.13.19", "1.14.3": "0.13.19", "1.14.2": "0.13.19",