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:
| Parameter | Type | Description |
|---|---|---|
newVersion | string | The 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.