This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.0.0](v4.3.1...v5.0.0) (2021-03-03) ### Bug Fixes * π add config option to change closed issue message ([streamich#218](https://github.com/jeromefitz/git-cz/issues/218)) ([dd88ce9](dd88ce9)), closes [streamich#215](https://github.com/jeromefitz/git-cz/issues/215) * π babel-eslint deprecated: `@babel/core|eslint-parser` ([088a1d8](088a1d8)) * π check for staged files ([78dec95](78dec95)) * π disable-emoji config being overwritten by default ([streamich#211](https://github.com/jeromefitz/git-cz/issues/211)) ([eb9eb06](eb9eb06)), closes [streamich#207](https://github.com/jeromefitz/git-cz/issues/207) * π failing test (execSync not defined) ([b9b6969](b9b6969)) * π ignore "staged files check" when -a or --amend is passed ([206274f](206274f)), closes [streamich#189](https://github.com/jeromefitz/git-cz/issues/189) * π incorrect config, should not need to extend anything ([3d4f82b](3d4f82b)) * π move check for git folder to top ([cdf142c](cdf142c)) * π multiple lines on Windows ([streamich#210](https://github.com/jeromefitz/git-cz/issues/210)) ([838d47b](838d47b)), closes [streamich#188](https://github.com/jeromefitz/git-cz/issues/188) [streamich#197](https://github.com/jeromefitz/git-cz/issues/197) * π pad-right ([1891a62](1891a62)) * π pad-right ([94b063c](94b063c)) * π refactor to use theme as base to prep for overrides ([79c7552](79c7552)) * π test when in --dry-run mode ([1697c56](1697c56)) * manually update version ([811025c](811025c)) * release revert of checking for staged files ([8a6ac6e](8a6ac6e)) ### Features * β¨ gitmoji => opt-in flag feature (non-breaking) ([95ce74c](95ce74c)) * πΈ add --disable-emoji to --help and parse from CLI ([82dd0c9](82dd0c9)) * πΈ add "format" field to customize subject in commit msg [#81](#81) ([5e998cf](5e998cf)) * πΈ add disable emoji flag ([52a43d9](52a43d9)) * πΈ alphasort types; fix: json fetch spacing; fun: ποΈποΈβ€οΈ ([fa57f99](fa57f99)) * πΈ check for staged files ([c283ad3](c283ad3)) * πΈ exit process when no files staged ([9fb4844](9fb4844)) * πΈ manually bump version ([fb05bfb](fb05bfb)) * πΈ minor bump (canary), docs, license (gitmoji), refactor ([ac9f270](ac9f270)) * πΈ recursively search parent folders for config file ([ce04676](ce04676)), closes [#60](#60) * πΈ release-notes-generator (needed github... i think) ([ac4ef94](ac4ef94)) ### Performance Improvements * β‘οΈ package upgrades + babel/core|eslint-pareser + husky ([0e888e1](0e888e1)), closes [streamich#256](https://github.com/jeromefitz/git-cz/issues/256) * β‘οΈ package upgrades + babel/core|eslint-pareser + husky ([4b7e2da](4b7e2da)), closes [streamich#256](https://github.com/jeromefitz/git-cz/issues/256) * β‘οΈ prettier => eslint, lint-staged + pretty-quick => husky ([8d19d60](8d19d60)) * β‘οΈ release.config.js, fork => .github/workflows π·οΈ canary π¦οΈ ([428f561](428f561)) ### BREAKING CHANGES * node>=10.8, and husky@5 + babel-eslint deprecated to babel/core+eslint-parser * 𧨠β¬οΈ node>=10.8, husky@5, π₯οΈ babel-eslint π¦οΈ @babel/core|eslint-parser * node>=10.8, and husky@5 + babel-eslint deprecated to babel/core+eslint-parser * 𧨠β¬οΈ node>=10.8, husky@5, π₯οΈ babel-eslint π¦οΈ @babel/core|eslint-parser
- Loading branch information