From 532a1741ebc2cb10fc6d50021c54f2f1eaa10ad7 Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Thu, 7 Dec 2023 20:42:00 -0700 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 11 +++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575f2144..1fd91534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/SilentVoid13/Templater/compare/1.18.3...2.0.0) (2023-12-08) + + +### ⚠ BREAKING CHANGES + +* Syntax highlighting will no longer work on older versions of Obsidian. + +### Bug Fixes + +* Fix syntax highlighting in Obsidian 1.5.x ([aaa2cc1](https://github.com/SilentVoid13/Templater/commit/aaa2cc109ddce6e127aeee787a1426799127fd3a)) + ### [1.18.3](https://github.com/SilentVoid13/Templater/compare/1.18.2...1.18.3) (2023-12-02) diff --git a/manifest.json b/manifest.json index 131d525d..70f3f244 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "1.18.3", + "version": "2.0.0", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 90fb9543..f300232d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "1.18.3", + "version": "2.0.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b19c4a65..fc0d3cad 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.0.0": "1.5.0", "1.18.3": "0.13.19", "1.18.2": "0.13.19", "1.18.1": "0.13.19",