Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 1.26 KB

./lib/changelog-title.js

1.0.5 — 2019-01-27

Other updates

Fixed

  • 🐛 Fix Markdown output (#3) [5a1702a], closes #1
    Updates heading levels (h2 for major/minor version titles, h3 for patch titles, h4 for commit group headings) and maintains indentation for a multi-line commit message body.

Changed

  • 📦 Upgrade dependencies (#2) [9e8140c]
    Also updates code formatting based on upgraded config package.

  • ✅ Add Travis CI setup [41d2ade]

  • 📝 Update usage example [7880276]