Skip to content

Latest commit

 

History

History
77 lines (37 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

77 lines (37 loc) · 2.21 KB

0.1.24

2025-01-17

  • fix(release): update log filtering and formatting to enhance user references and exclude specific log types by @sorrycc

0.1.23

2025-01-17

  • refactor(release): replace spinner with taskLog for improved logging during publish, push, and GitHub release creation by @sorrycc

0.1.22

2025-01-17

  • feat(release): integrate @umijs/clack-prompts and picocolors for enhanced user interaction and logging by @sorrycc
  • fix(release): enhance log filtering in changelog generation to exclude 'ci' and 'test' entries by @sorrycc
  • fix(release): refine log filtering in changelog generation to exclude 'chore' and 'docs' entries by @sorrycc

0.1.21

2025-01-16

  • fix(release): update changelog translation to reference PR numbers correctly by sorrycc

0.1.20

2025-01-16

  • fix(release): improve changelog translation by removing unnecessary formatting and clarifying author and PR link presentation by sorrycc

0.1.19

2025-01-16

  • fix(release): enhance changelog translation to include author and PR links by @sorrycc

0.1.18

2025-01-16

  • feat: add changelog translation support with Google Generative AI by @sorrycc

0.1.17

2025-01-16

  • docs(changelog): correct versioning and update changelog entries for 0.1.14 and 0.1.16 by @sorrycc
  • fix(release): correct changelog order and format header timestamp by @sorrycc

0.1.16

(2025-01-16)

  • fix(release): update GitHub release notes link to use the correct version format by @sorrycc

0.1.15

(2025-01-16)

  • fix(release): trim whitespace from generated changelog output by @sorrycc

0.1.14

(2025-01-16)

  • chore: bump version to 0.1.13 and update release script to include changelog generation by @sorrycc
  • feat: add changelog generation and testing framework by @sorrycc