From 68e5d6e0f03a2cfd028227d9c35149e74eddb278 Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Thu, 27 Feb 2025 20:41:04 -0700 Subject: [PATCH] chore(release): 2.10.0 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5795c74..825b4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.10.0](https://github.com/SilentVoid13/Templater/compare/2.9.3...2.10.0) (2025-02-28) + + +### Features + +* Add 'intellisense' like support for user scripts ([4281da9](https://github.com/SilentVoid13/Templater/commit/4281da96d90d5e1624ad5a60e9176645067d882c)), closes [#1539](https://github.com/SilentVoid13/Templater/issues/1539) + + +### Bug Fixes + +* **docs:** Format argument as optional parameter ([70d94bf](https://github.com/SilentVoid13/Templater/commit/70d94bffd87217220039081962fab12fba45d3f8)) + ### [2.9.3](https://github.com/SilentVoid13/Templater/compare/2.9.2...2.9.3) (2025-02-08) diff --git a/manifest.json b/manifest.json index 03711d8..60eac58 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "templater-obsidian", "name": "Templater", - "version": "2.9.3", + "version": "2.10.0", "description": "Create and use templates", "minAppVersion": "1.5.0", "author": "SilentVoid", diff --git a/package.json b/package.json index a06c0c2..afa86f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "templater-obsidian", - "version": "2.9.3", + "version": "2.10.0", "description": "Create and use templates", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0985c06..140470f 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "2.10.0": "1.5.0", "2.9.3": "1.5.0", "2.9.2": "1.5.0", "2.9.1": "1.5.0",