Skip to content

Commit

Permalink
fix(@142vip/changelog): 修复version字段错误、文档格式异常 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl authored Feb 13, 2025
1 parent e57308f commit 20a5c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ All notable changes to this project will be documented in this file. See [commit
- Publish `v0.0.1-alpha.18` &nbsp;-&nbsp; by **chufan** [<samp>(7b314)</samp>](https://github.com/142vip/core-x/commit/7b31482)
- Publish `v0.0.1-alpha.19` &nbsp;-&nbsp; by **chufan** [<samp>(92075)</samp>](https://github.com/142vip/core-x/commit/9207535)

**Release New Version [👉 View Changes On GitHub](https://github.com/142vip/core-x/compare/v0.0.1-alpha.22...)**
**Release New Version v0.0.1-alpha.23 [👉 View Changes On GitHub](https://github.com/142vip/core-x/compare/v0.0.1-alpha.22...v0.0.1-alpha.23)**

## v0.0.1-alpha.22 (2025-02-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/changelog/src/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export async function generateMarkdown(commits: Commit[], options: {
baseUrl: options.baseUrl,
repo: options.repo,
fromVersion: options.from,
toVersion: options.to,
toVersion: options.name,
}))
}
}
Expand Down

0 comments on commit 20a5c78

Please sign in to comment.