Skip to content

Latest commit

ย 

History

History
186 lines (118 loc) ยท 17.3 KB

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)
โšก