chore(release): v2.1.1

This commit is contained in:
doprz
2025-03-02 21:01:18 -06:00
parent c6452c4f2b
commit 195d3a219a
3 changed files with 14 additions and 3 deletions

View File

@@ -27,8 +27,8 @@ interface Props {
/**
* Generates a changelog using the conventional-changelog command.
*
* @returns {Promise<void>} A promise that resolves when the changelog is generated.
* @throws {Error} If there is an error generating the changelog.
* @returns A promise that resolves when the changelog is generated.
* @throws If there is an error generating the changelog.
*/
async function generateChangelog({ preset, outFile = 'CHANGELOG.md', releaseCount = 1 }: Props): Promise<void> {
try {