Skip to content

Releases: unjs/changelogen

v0.5.5

22 Aug 12:10
@pi0 pi0
Compare
Choose a tag to compare

compare changes

๐Ÿš€ Enhancements

  • repo option as string (#128)
  • Add param to require clean working dir (#92, #93)
  • Add excludeAuthors option (#95)

๐Ÿฉน Fixes

  • Extra spaces in contributors and breaking changes (#134)
  • Repo name with - or . (#127)

๐Ÿก Chore

โค๏ธ Contributors

v0.5.4

03 Jul 22:14
@pi0 pi0
Compare
Choose a tag to compare

compare changes

๐Ÿš€ Enhancements

  • Support --publish and --canary (#123)

๐Ÿฉน Fixes

  • markdown: Remove unnecessary spaces (#106)
  • Add missing type export to package.json (#113)

๐Ÿ“– Documentation

  • Add documentation about --push flag (#114)

โค๏ธ Contributors

v0.5.3

13 Apr 10:05
@pi0 pi0
Compare
Choose a tag to compare

v0.5.2

28 Mar 16:01
@pi0 pi0
Compare
Choose a tag to compare

compare changes

๐Ÿš€ Enhancements

  • Resolve repository config from git remote (8401f91)
  • Load config from changelog field in package.json (#88)
  • Bump pre version (#70)
  • Support templates for commit and tag messages (#68)

๐Ÿฉน Fixes

  • Handle unset value for config.repo (#72)
  • getLastGitTag: Handle when there are no git tags (#77)

๐Ÿ’… Refactors

๐Ÿก Chore

  • Update badges and small improvements (146d1d4)
  • Update dev dependencies (0f44ee9)

โค๏ธ Contributors

v0.5.1

03 Mar 16:32
@pi0 pi0
Compare
Choose a tag to compare

compare changes

๐Ÿฉน Fixes

  • Allow providing no versions (ac84c39)
  • Use parsed release body (aec2341)
  • Strip title line from release (319f7ce)

๐Ÿก Chore

  • Simplify release command (225fa64)

โค๏ธ Contributors

  • Pooya Parsa (@pi0)

v0.5.0

03 Mar 16:26
@pi0 pi0
Compare
Choose a tag to compare

compare changes

๐Ÿš€ Enhancements

  • Update execa to v7 (e61e2f6)
  • โš ๏ธ Support different repository providers (#55)
  • Github release integration (#67)
  • Support explicit bumping as major, minor, or patch via cli (c8afa86)
  • Automatically resolve github token from gh cli (231a3ec)
  • Default gh release to latest version (44788f5)

๐Ÿฉน Fixes

  • Stage CHANGELOG.md and package.json when releasing (69d375c)
  • Add correct output file to git (#64)
  • Update ungh link (a5ab510)
  • Only access latest tag accessible from current branch (#69)
  • cli: Don't eat up first -* arg (77b483b)

๐Ÿก Chore

  • Fix lint issue and update snapshots (e162ab8)
  • Mention gh cli login (7f4a05f)

โš ๏ธ Breaking Changes

  • โš ๏ธ Support different repository providers (#55)

โค๏ธ Contributors