Skip to content

Releases: TheoBrigitte/changelog-parser

v0.2.0

23 Jan 10:00
37037a7
Compare
Choose a tag to compare

What's Changed

Added

  • Add npm install instruction

Changed

  • Cleanup dependencies
  • Rename CLI to chlog

Fixed

  • Add missing show.js

Changelog

e62ad19 add npm registry install instruction
ddc5eb2 add npm badge, use markdown for badges
70e2501 use scope package @theo.foobar/chlog
48f9023 Rename to chlog
dbf410a Add .gitignore
4639f0c add missing show.js
ad89cb7 use require and clean dependencies
2c306f4 update package.json
cb3facd Adjust readme code highlights
df34058 add build github action
c788e3b use another logo
ac7006b lowercase title
8e38743 add logo
0662647 add bin path and install instructions

Full Changelog: v0.1.1...v0.2.0

v0.1.0

22 Jan 09:09
15af374
Compare
Choose a tag to compare

What's Changed

Added

  • Format and parse
  • Initialize a new changelog file
  • Add a new change to a release
  • Add a new release
  • List all releases
  • Show all changes in a release
  • Merge two or more changelog files

Changelog

15af374 First version
0cf2d78 Initial commit

Full Changelog: v0.1.0~1...v0.1.0