UNPKG

obsidian-dev-utils

Version:

This is the collection of useful functions that you can use for your Obsidian plugin development

6 lines (4 loc) 190 B
import { updateVersion } from 'obsidian-dev-utils/ScriptUtils/version'; export async function invoke(versionUpdateType: string): Promise<void> { await updateVersion(versionUpdateType); }