From 1e05b7ad9e79aad4e4e8670e39ff92444b0c5f51 Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Mon, 2 Sep 2024 15:09:35 -0600 Subject: [PATCH] chore(release): 2.6.0 --- CHANGELOG.md | 14 ++++++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 2 ++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3425aa..658b9e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.6.0](https://github.com/SilentVoid13/Templater/compare/2.4.2...2.6.0) (2024-09-02) + + +### Features + +* minify production builds to speed up loading time ([4f64ff9](https://github.com/SilentVoid13/Templater/commit/4f64ff90690361b0694086318ad4e297d77c6cb1)), closes [#1437](https://github.com/SilentVoid13/Templater/issues/1437) + +## [2.5.0](https://github.com/SilentVoid13/Templater/compare/2.4.2...2.5.0) (2024-09-02) + + +### Features + +* minify production builds to speed up loading time ([4f64ff9](https://github.com/SilentVoid13/Templater/commit/4f64ff90690361b0694086318ad4e297d77c6cb1)), closes [#1437](https://github.com/SilentVoid13/Templater/issues/1437) + ### [2.4.2](https://github.com/SilentVoid13/Templater/compare/2.4.1...2.4.2) (2024-08-21) diff --git a/manifest.json b/manifest.json index f7772032..323ca227 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.4.2", + "version": "2.6.0", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index 2fd3a166..039d056d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.4.2", + "version": "2.6.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 4ba75e80..3bb05ce5 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,6 @@ { + "2.6.0": "1.5.0", + "2.5.0": "1.5.0", "2.4.2": "1.5.0", "2.4.1": "1.5.0", "2.4.0": "1.5.0",