Skip to content

v3.1.0

Compare
Choose a tag to compare
@vweevers vweevers released this 14 Nov 09:09

Added

  • Add bump command to add a new version to changelog (9e2b53b)
    • As an example, hallmark bump minor added this 3.1.0 entry, prepopulated with git commits ✨
    • We now also support hallmark lint and hallmark fix as commands, which going forward are preferred over hallmark and hallmark --fix respectively
  • Export programmatic API (3dc1c87, 6867517, d67f191)
  • Add remark-autolink-references (6e36fda)
    • Transform references like JIRA-123 into links ✨
  • Fallback to git remote to get repository url (dbbe165)
  • Support .hallmarkrc as alternative to package.json (6469e03, fe50723)
    • Hallmark can now be used on non-node projects ✨