Skip to content

getReleaseNotes

Retrieves the release notes for a specific version from the changelog.

Import:

import { getReleaseNotes } from 'obsidian-dev-utils/script-utils/version';

Signature:

function getReleaseNotes(newVersion: string): Promise<string>

Parameters:

ParameterTypeDescription
newVersionstringThe new version number for which to get the release notes.

Returns: Promise<string> — A Promise that resolves to the release notes for the specified version.