Skip to content

Latest commit

Β 

History

History
186 lines (118 loc) Β· 17.3 KB

CHANGELOG.md

File metadata and controls

186 lines (118 loc) Β· 17.3 KB

Changelog

2.3.0 (2022-01-04)

Added

Changed

  • ⬆️ Bump ssri from 6.0.1 to 6.0.2 (#215) [ed4a033]
  • ⬆️ Bump normalize-url from 4.5.0 to 4.5.1 (#219) [9cb9e41]
  • ⬆️ Bump y18n from 3.2.1 to 3.2.2 (#220) [0668d86]
  • ⬆️ Upgrade dependencies using yarn upgrade (#232) [14f55bc]
  • ⬆️ Upgrade vulnerable packages (#230) [27c53bd]

Miscellaneous

  • πŸ‘₯ Add horaklukas as a contributor for code (#234) [1f94e98]
  • πŸ‘₯ Add juwit as a contributor for code (#233) [b643004]

2.2.1 (2021-01-21)

Changed

  • πŸ“Œ Fix yarn.lock not up to date (#207) [54d194f]

Fixed

  • πŸ› Fix unsupported key using read-pkg-up (#206) [7a2eb08]

Miscellaneous

  • πŸ‘₯ Add MarkLyck as a contributor (#208) [134dfb9]

2.2.0 (2020-12-16)

Added

Changed

Fixed

  • πŸ› Fix init command (#204) [a9b1bfe]
  • πŸ› Fix a bug occuring when version is missing in configuration but passed as argument (#190) [20cf369]

Miscellaneous

  • πŸ“ Add the documentation site (#194) [5e0a971]
  • πŸ₯… Handle functional errors [9a15406]
  • πŸ“ Improve documentation about presets (#189) [4e22239]
  • πŸ“ Improve Workflow section (#152) [1635963]

2.1.0 (2020-01-21)

Added

  • ✨ Add maven preset (#172) [1622775] (by Guillaume MembrΓ©)
  • ✨ Generate a bug report when unexpected errors happens (#137) [6d68130] (by Yvonnick FRIN)
  • ✨ Add a generic preset using configuration file (#160) [d41ebc6] (by Yvonnick FRIN)
  • ✨ Add configuration so users can customize commit mapping (#155) [be1fca2] (by Yvonnick FRIN)

Changed

  • ♻️ Make core independent from the git client. (#171) [4094bb9] (by Benjamin Petetot)
  • ♻️ Improve error messages for preset system (#161) [a51fee2] (by Yvonnick FRIN)

Fixed

  • ✏️ Fix typo in CHANGELOG [14662c4] (by FRIN Yvonnick)

Miscellaneous

  • πŸ“ Correct sentence structure in documentation (#173) [36872a0] (by Daniel Tamkin)
  • 🐳 Upgrade Docker image version (#167) [8276d4a] (by Charles-Henri GUERIN)
  • πŸ“ Add documentation about generic preset (#163) [c940075] (by Yvonnick FRIN)
  • πŸ“ Fix presets path link (#150) [a27f818] (by Rodion Martynov)

2.0.1 (2019-11-19)

Added

  • πŸ‘·β€β™‚οΈ Add exact option to canary version (#147) [84c7086] (by Benjamin Petetot)
  • πŸ‘·β€β™‚οΈ Publish Canary version on master push (#141) [84ab6f1] (by Benjamin Petetot)
  • πŸ‘·β€β™‚οΈ Setup GitHub CI (#140) [a7f1228] (by Benjamin Petetot)

Fixed

  • πŸ› Fix bug preventing generating changelog when previous version doesn't exist (#145) [4f04f45] (by Yvonnick FRIN)

2.0.0 (2019-10-31)

Added

  • ✨ Add a presets system to be independent from the package.json (#128) [24cead9] (by Yvonnick FRIN)
  • ✨ Add interactive option to manually select commits (#81) [d13ca2e] (by Franck Abgrall)

Changed

  • ♻️ Change core function parameters from "mode" to "from" and "to" (#127) [42af500] (by Yvonnick FRIN)
  • πŸ”§ Add editor config file (#124) [6c763a2] (by quentinncl)

Removed

  • πŸ”₯ Remove some badges [6d27a32] (by Yvonnick FRIN)

Fixed

  • πŸ› Handle pre-release as latest version in markdown (#126) [d22699b] (by Yvonnick FRIN)
  • πŸ› Fix updating changelog after tagging a version (#115) [8df6705] (by Yvonnick FRIN)
  • πŸ› Use last version from changelog file instead of previous git tag (#82) [d3c49d0] (by Franck Abgrall)
  • πŸ› Fix dates sorting in commits (#75) [748e673] (by Mathieu TUDISCO)

Miscellaneous

  • πŸ“ Add npx instruction on README (#123) [ffcbef5] (by quentinncl)
  • πŸ“ Add contributors to README (#125) [7580ff9] (by Franck Abgrall)
  • πŸ“ Create CODE_OF_CONDUCT.md file [51c1314] (by Yvonnick FRIN)
  • πŸ“ Propose to add badge to our users (#103) [f5981cb] (by Florent Berthelot)
  • 🐳 Add dependency in markdown package to fix docker image [804a780] (by FRIN Yvonnick)
  • 🐳 Improve Dockerfile and update docker image usage (#109) [55e24c2] (by Baptiste Gauduchon)
  • πŸ“ Add docker usage section (#99) [53c96bc] (by Baptiste Gauduchon)
  • 🐳 Fix dependencies versions in Dockerfile (#97) [719541d] (by Baptiste Gauduchon)
  • πŸ“¦ Add .npmignore file (#73) [b0a243f] (by Emmanuel DEMEY)
  • 🐳 Optimize context and image size [a692310] (by Fabien JUIF)

1.1.0 (2018-11-10)

Added

  • ✨ Check CLI version (#52) [18ead38] (by Fabien JUIF)
  • ✨ Do not override the top of the existing file (#53) [15edd6c] (by Fabien JUIF)
  • ✨ Add a breaking changes section (#62) [2a9904b] (by Logan HAUSPIE)
  • ✨ Filter bookmark commit out (#54) [7858140] (by Fabien JUIF)
  • ✨ Add the author in changelog lines (#56) [979da30] (by Benjamin Petetot)

Fixed

  • πŸ› Remove empty versions (#51) [64ac5a7] (by Fabien JUIF)
  • πŸ› Parse unicode emoji in commit (#49) [4d52747] (by Benjamin Petetot)
  • πŸ› Fix duplication with incremental update (#60) [c4ffc59] (by Benjamin Petetot)
  • πŸ› Fix emojies not identified in some commits (#65) [6a3b1b6] (by Benjamin Petetot)

Miscellaneous

  • βš— Group similar commits together (#50) [06c8f3c] (by Fabien JUIF)
  • 🐳 Init dockerfile (#61) [afa7021] (by Logan HAUSPIE) & (#69) [36c0e06] (by Charles-Henri GUERIN)

1.0.1 (2018-10-25)

Fixed

  • πŸ› Prevent having right commits by version (#30) (de06319)
  • πŸ› Get correct commit ranges from tags (#32) (573a2d0)

1.0.0 (2018-10-25)

Added

  • ✨ Generate full and partial changelog (#23) (e7c934a)
  • ✨ Group commits by emojis group (#11) (7b8b49b)
  • ✨ Sort commits by emoji and date (#24) (08b2af3)
  • ✨ Support commit's URL and issues autolink in changelog (#16) (871f164)
  • ✨ Add tag's date on version (#22) (ab3d9c6)
  • ✨ Generate changelog JSON file (86ca3ea)
  • ✨ Generate changelog markdown file (b165f69)