Skip to content

Latest commit

Β 

History

History
222 lines (105 loc) Β· 8.71 KB

CHANGELOG.md

File metadata and controls

222 lines (105 loc) Β· 8.71 KB

2.5.1 (2024-01-21)

Bug Fixes

  • 🐞 release version with fixed pnpm lock file (b09b852)

2.5.0 (2023-11-26)

Features

  • πŸ”₯ allow global configuration in Windows (e6d3fbb)

2.4.3 (2023-11-24)

Bug Fixes

  • 🐞 change "exports" key in package json (3c34fb2)

2.4.2 (2023-11-23)

Bug Fixes

  • 🐞 include types definition for configuration schema (d40fde7)

2.4.1 (2023-11-12)

Bug Fixes

  • 🐞 add TypeScript search place (fa7b347)

2.4.0 (2023-11-12)

Features

  • πŸ”₯ allow TypeScript configuration for the package (f2c8e55)
  • πŸ”₯ allow TypeScript configuration for the package (#382) (c72f2d5)

2.3.0 (2023-04-23)

Features

  • πŸ”₯ support OpenAI (a5dc8c6)
  • πŸ”₯ support OpenAI to generate commit message (#115) (c426df0)

2.2.0 (2023-04-19)

Features

2.1.0 (2023-04-15)

Features

  • πŸ”₯ support fusejs on scopes list (975cb90)
  • πŸ”₯ support fusejs on scopes list (#105) (1058902)

2.0.3 (2023-04-15)

Bug Fixes

  • 🐞 set files with cjs file (7fea879)

2.0.2 (2023-04-15)

Bug Fixes

  • 🐞 set require in exports package json (4b1cff7)

2.0.1 (2023-04-15)

Bug Fixes

  • 🐞 bundle to CJS in webpack as for commitizen requirements (cdf719b)

2.0.0 (2023-04-14)

1.6.2 (2022-10-31)

Bug Fixes

  • 🐞 trim output from branch name cmd (2d18ac7)

1.6.1 (2022-10-31)

Bug Fixes

  • 🐞 [EXL-000] fix issue with default value for ticket ID when excluding branches (0940163)

1.6.0 (2022-10-31)

Features

  • πŸ”₯ support excluded branches (89a0096)

1.5.0 (2022-08-25)

Features

  • πŸ”₯ enforce non-empty scope when asked for (c48cb42)

1.4.1 (2022-08-22)

Bug Fixes

  • 🐞 fix webpack build (b041652)

1.4.0 (2022-08-21)

Features

  • πŸ”₯ support global config in home directory (8375849)

1.3.2 (2022-05-05)

Bug Fixes

  • 🐞 remove package json yarn enforcement (674b7fe)

1.3.1 (2022-04-23)

Bug Fixes

  • 🐞 fix types issues (002a69f)

1.3.0 (2022-04-23)

Features

  • πŸ”₯ support Typescript configuration file (6dbaf1d)

1.2.1 (2022-04-23)

Bug Fixes

  • 🐞 default header format was broken (2287496)

1.2.0 (2022-04-14)

Features

  • πŸ”₯ support configuration for the format of the header (68ed9ae)

1.1.0 (2022-04-10)

Features

  • πŸ”₯ added validations and environments variables (1659da3)
  • πŸ”₯ added validations and environments variables (ff193da)

1.0.8 (2022-04-09)

Bug Fixes

  • 🐞 fix readme text (2b03bf5)

1.0.7 (2022-04-09)

Bug Fixes

  • 🐞 fix readme logo image (7d35fab)

1.0.6 (2022-04-09)

Bug Fixes

  • 🐞 added readme and edited configuration text (e022d31)

1.0.5 (2022-04-09)

Bug Fixes

  • 🐞 fix building dist folder in publish workflow (ac8e2c6)

1.0.4 (2022-04-09)

Bug Fixes

  • 🐞 remove npmignore file and fix package json "files" entry (f4f014e)

1.0.3 (2022-04-09)

Bug Fixes

  • 🐞 remove redundant file from publish folder (8e38d11)

1.0.2 (2022-04-09)

Bug Fixes

  • 🐞 build dist folder when publish to npm (a549c62)

1.0.1 (2022-04-09)

Bug Fixes

  • 🐞 fix prepare script in ci (bb2f7f7)

1.0.0 (2022-04-09)

Performance Improvements