Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2025-01-06)

### Bug Fixes

* ๐Ÿ› add config option to change closed issue message ([streamich#218](https://github.com/damdauvaotran/git-cz/issues/218)) ([dd88ce9](dd88ce9)), closes [streamich#215](https://github.com/damdauvaotran/git-cz/issues/215)
* ๐Ÿ› add extra space after emoji ([47a746a](47a746a))
* ๐Ÿ› Adhere to lerna settings for workspaces directory ([4151235](4151235)), closes [streamich#85](https://github.com/damdauvaotran/git-cz/issues/85)
* ๐Ÿ› Allow usage of package on win32 ([41c2170](41c2170)), closes [streamich#21](https://github.com/damdauvaotran/git-cz/issues/21)
* ๐Ÿ› check for staged files ([78dec95](78dec95))
* ๐Ÿ› disable-emoji config being overwritten by default ([streamich#211](https://github.com/damdauvaotran/git-cz/issues/211)) ([eb9eb06](eb9eb06)), closes [streamich#207](https://github.com/damdauvaotran/git-cz/issues/207)
* ๐Ÿ› do not format body as undefined ([28d6e77](28d6e77))
* ๐Ÿ› don't add emoji to head only when "disableEmoji" is true ([45489c8](45489c8))
* ๐Ÿ› don't ask Lerna question, if Lerna not installed ([843093c](843093c))
* ๐Ÿ› failing test (execSync not defined) ([b9b6969](b9b6969))
* ๐Ÿ› Fix COMMIT_EDITMSG in bare repositories ([008ee31](008ee31))
* ๐Ÿ› fix git commit error ([b116ba0](b116ba0))
* ๐Ÿ› fix lerna question all package list ([74581de](74581de))
* ๐Ÿ› Fix use wrong number of regex matches ([da09545](da09545))
* ๐Ÿ› Fix wrong order of declare var ([045cf26](045cf26))
* ๐Ÿ› fix: don't fail if config missing in package.json ([a4a010d](a4a010d))
* ๐Ÿ› fixes autocomplete prompt import ([91226ba](91226ba))
* ๐Ÿ› fixes scope's empty string answer issue ([53dd466](53dd466))
* ๐Ÿ› give default value to prevent convert error ([c16df5d](c16df5d)), closes [streamich#227](https://github.com/damdauvaotran/git-cz/issues/227)
* ๐Ÿ› ignore "staged files check" when -a or --amend is passed ([206274f](206274f)), closes [streamich#189](https://github.com/damdauvaotran/git-cz/issues/189)
* ๐Ÿ› make semantic-release publish to NPM ([6f5c836](6f5c836))
* ๐Ÿ› move check for git folder to top ([cdf142c](cdf142c))
* ๐Ÿ› multiple lines on Windows ([streamich#210](https://github.com/damdauvaotran/git-cz/issues/210)) ([838d47b](838d47b)), closes [streamich#188](https://github.com/damdauvaotran/git-cz/issues/188) [streamich#197](https://github.com/damdauvaotran/git-cz/issues/197)
* ๐Ÿ› pad-right ([1891a62](1891a62))
* ๐Ÿ› pad-right ([94b063c](94b063c))
* ๐Ÿ› Read git-cz config from package.json ([c72cfac](c72cfac))
* ๐Ÿ› simplify semantic-release config ([3872978](3872978))
* ๐Ÿ› test when in --dry-run mode ([1697c56](1697c56))
* ๐Ÿ› use process.platform to check for platform ([be13775](be13775))
* ๐Ÿœ simplify package.json ([ea20619](ea20619))
* ๐Ÿœ Updated bug emoji ([e81dd66](e81dd66))
* ๐Ÿž README fixes ([ee33460](ee33460))
* actually return execSync() result ([9321454](9321454)), closes [streamich#19](https://github.com/damdauvaotran/git-cz/issues/19)
* better support for workspaces ([215b6c3](215b6c3))
* build binaries on Travis ([10194a8](10194a8))
* fix typo ([548f978](548f978))
* manually update version ([811025c](811025c))
* release revert of checking for staged files ([8a6ac6e](8a6ac6e))
* remove emojis when disableEmoji is true ([62915be](62915be))
* trigger again ([ee4cf18](ee4cf18))
* trigger new release ([5457be9](5457be9))
* Windows support ([bcc3525](bcc3525)), closes [#12](#12)

### Continuous Integration

* ๐ŸŽก remove NPM semantic-release plugin for on release ([a9f23eb](a9f23eb))

* [add-check-home-config] feat: ๐ŸŽธ Update version ([41a8282](41a8282))

### Features

* ๐ŸŽธ add --disable-emoji to --help and parse from CLI ([82dd0c9](82dd0c9))
* ๐ŸŽธ add "format" field to customize subject in commit msg [streamich#81](https://github.com/damdauvaotran/git-cz/issues/81) ([5e998cf](5e998cf))
* ๐ŸŽธ add back Lerna support ([879d9c1](879d9c1))
* ๐ŸŽธ add binary git-cz command for CLI ([3d11bdd](3d11bdd))
* ๐ŸŽธ add disable emoji flag ([52a43d9](52a43d9))
* ๐ŸŽธ add dry-run mode ([395c0c7](395c0c7))
* ๐ŸŽธ add emojis to BREAKING CHANGE and closed issue sections ([5e6dc17](5e6dc17))
* ๐ŸŽธ add help & version flags ([799fff2](799fff2))
* ๐ŸŽธ add mmarkdown ([323f0e8](323f0e8))
* ๐ŸŽธ add signale for error logging ([9aea7b2](9aea7b2))
* ๐ŸŽธ added disableEmojis on config ([448873e](448873e))
* ๐ŸŽธ adds a feature to search for types ([f8c3452](f8c3452))
* ๐ŸŽธ adds git hooks support ([80176cd](80176cd)), closes [streamich#79](https://github.com/damdauvaotran/git-cz/issues/79)
* ๐ŸŽธ adds scope search in scopes question ([70bf18b](70bf18b))
* ๐ŸŽธ Allow emojis in non-interactive and set defaults ([08cf19c](08cf19c))
* ๐ŸŽธ build binaries ([0a64804](0a64804))
* ๐ŸŽธ can set answers through CLI in default mode ([99238c2](99238c2))
* ๐ŸŽธ check for staged files ([c283ad3](c283ad3))
* ๐ŸŽธ connect new interface to commitizen ([3dd3c67](3dd3c67))
* ๐ŸŽธ execute standalone CLI commit ([8570804](8570804))
* ๐ŸŽธ exit process when no files staged ([9fb4844](9fb4844))
* ๐ŸŽธ๏ธ format (custom message) ([6f0c828](6f0c828))
* ๐ŸŽธ improve help screen ([1838c1c](1838c1c))
* ๐ŸŽธ make changelog config customizable ([1758b94](1758b94))
* ๐ŸŽธ make LimitedInput work with new inquirer ([065bfae](065bfae))
* ๐ŸŽธ manually bump version ([fb05bfb](fb05bfb))
* ๐ŸŽธ non-interactive mode ([61b40db](61b40db))
* ๐ŸŽธ recursively search parent folders for config file ([ce04676](ce04676)), closes [streamich#60](https://github.com/damdauvaotran/git-cz/issues/60)
* ๐ŸŽธ show nice error message when Git root not found ([54ed319](54ed319))
* ๐ŸŽธ support cjs config files ([4f2ebc5](4f2ebc5))
* ๐ŸŽธ update emoji icons ([9e29df4](9e29df4))
* ๐ŸŽธ use "closes" keywoard to close GitHub issues ([bb89aec](bb89aec)), closes [streamich#123](https://github.com/damdauvaotran/git-cz/issues/123)
* add commitizen prompter ([89b4dac](89b4dac))
* add custom limited input component ([1ba869a](1ba869a))
* add default scopes ([1be406f](1be406f))
* add emojis to commit message ([2c36297](2c36297))
* add scope to subject input ([f942494](f942494))
* add support for lerna mono-repos ([11cbde4](11cbde4))
* autofix header case ([238dd6f](238dd6f))
* Check commit subject for minimum length ([9f41dbf](9f41dbf))
* create formatMessage() function ([d1c6755](d1c6755))
* display emoji in selection list ([3e2e57b](3e2e57b))
* initial commit ([18ccbd9](18ccbd9))
* refactor questions out ([5212e93](5212e93))
* removed question mark if no emojis are configured ([212c172](212c172)), closes [#9](#9)
* show line prefixes added by the adapter ([c6202fe](c6202fe))
* simplify messages, increase line length ([909bae6](909bae6))
* store answers in state ([3110e94](3110e94))
* try to release new version from Travis ([b6e5a5e](b6e5a5e))
* use fuzzy search for scopes and types ([e6d615f](e6d615f))
* use Git to determine root folder ([d59dbd4](d59dbd4))

### Performance Improvements

* โšก๏ธ build cz prompter into one file  for performace ([dd62d93](dd62d93))
* โšก๏ธ bundle into single .js file for perf ([a7738c8](a7738c8))
* โšก๏ธ remove all deps so nothing is installed ([16ce6a7](16ce6a7))

### BREAKING CHANGES

* ๐Ÿงจ gpsup
* ๐Ÿงจ Release new major
* ๐Ÿงจ test

โœ… Closes: test
* "closes" keyboard is used instead of "issues", which will close GitHub
issues.
  • Loading branch information
semantic-release-bot committed Jan 6, 2025
1 parent 5cf3553 commit 6617779
Showing 1 changed file with 129 additions and 0 deletions.
129 changes: 129 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,132 @@
# 1.0.0 (2025-01-06)


### Bug Fixes

* ๐Ÿ› add config option to change closed issue message ([#218](https://github.com/damdauvaotran/git-cz/issues/218)) ([dd88ce9](https://github.com/damdauvaotran/git-cz/commit/dd88ce967abed710c0fd3b784085567e5a2e0f4b)), closes [#215](https://github.com/damdauvaotran/git-cz/issues/215)
* ๐Ÿ› add extra space after emoji ([47a746a](https://github.com/damdauvaotran/git-cz/commit/47a746aaf491f54596c3b66045392abe7a8413d5))
* ๐Ÿ› Adhere to lerna settings for workspaces directory ([4151235](https://github.com/damdauvaotran/git-cz/commit/415123502b5f00e3988fc49b4643c945f91185e3)), closes [#85](https://github.com/damdauvaotran/git-cz/issues/85)
* ๐Ÿ› Allow usage of package on win32 ([41c2170](https://github.com/damdauvaotran/git-cz/commit/41c2170e53b1aaf75c31496916f8a4895b82f21e)), closes [#21](https://github.com/damdauvaotran/git-cz/issues/21)
* ๐Ÿ› check for staged files ([78dec95](https://github.com/damdauvaotran/git-cz/commit/78dec9516b56cda86727534c76cf4f20f4f008c3))
* ๐Ÿ› disable-emoji config being overwritten by default ([#211](https://github.com/damdauvaotran/git-cz/issues/211)) ([eb9eb06](https://github.com/damdauvaotran/git-cz/commit/eb9eb06004579a0f73eaa7852c22e790414e3ddb)), closes [#207](https://github.com/damdauvaotran/git-cz/issues/207)
* ๐Ÿ› do not format body as undefined ([28d6e77](https://github.com/damdauvaotran/git-cz/commit/28d6e77ce7592d03c411b3f3c9cc69d1ea7c0e53))
* ๐Ÿ› don't add emoji to head only when "disableEmoji" is true ([45489c8](https://github.com/damdauvaotran/git-cz/commit/45489c8045fa4d9464441b2393cccdca8f7dbbba))
* ๐Ÿ› don't ask Lerna question, if Lerna not installed ([843093c](https://github.com/damdauvaotran/git-cz/commit/843093cb70073f58b4ce8935ceda5c968c75600a))
* ๐Ÿ› failing test (execSync not defined) ([b9b6969](https://github.com/damdauvaotran/git-cz/commit/b9b6969c05fe5d1dfc2687fa471190bde2a84c83))
* ๐Ÿ› Fix COMMIT_EDITMSG in bare repositories ([008ee31](https://github.com/damdauvaotran/git-cz/commit/008ee3171c82563220417453b47ad520b5c2c114))
* ๐Ÿ› fix git commit error ([b116ba0](https://github.com/damdauvaotran/git-cz/commit/b116ba0ed4206a173dfb63206ddf7c058e2046ba))
* ๐Ÿ› fix lerna question all package list ([74581de](https://github.com/damdauvaotran/git-cz/commit/74581def0c9c07f84cea2e2089b4d42d4ea550e5))
* ๐Ÿ› Fix use wrong number of regex matches ([da09545](https://github.com/damdauvaotran/git-cz/commit/da095457553c31962fa34189c262f56f627a29b1))
* ๐Ÿ› Fix wrong order of declare var ([045cf26](https://github.com/damdauvaotran/git-cz/commit/045cf26667742aa6efa754a174571943f2e4310a))
* ๐Ÿ› fix: don't fail if config missing in package.json ([a4a010d](https://github.com/damdauvaotran/git-cz/commit/a4a010d2b07d5c159280027e25a142f57ae5fc43))
* ๐Ÿ› fixes autocomplete prompt import ([91226ba](https://github.com/damdauvaotran/git-cz/commit/91226ba829723ebd15afec52eaf53bb8cc64e210))
* ๐Ÿ› fixes scope's empty string answer issue ([53dd466](https://github.com/damdauvaotran/git-cz/commit/53dd4667be95b1f28e13a8aeb203b1a2c8762ccb))
* ๐Ÿ› give default value to prevent convert error ([c16df5d](https://github.com/damdauvaotran/git-cz/commit/c16df5dbaa6b8452d10877ff56c018419ec76fc6)), closes [#227](https://github.com/damdauvaotran/git-cz/issues/227)
* ๐Ÿ› ignore "staged files check" when -a or --amend is passed ([206274f](https://github.com/damdauvaotran/git-cz/commit/206274ff1cfab9180fa3298f8cb9408e4971feca)), closes [#189](https://github.com/damdauvaotran/git-cz/issues/189)
* ๐Ÿ› make semantic-release publish to NPM ([6f5c836](https://github.com/damdauvaotran/git-cz/commit/6f5c836256bc893b3e2a7e3b141842e03a790c4e))
* ๐Ÿ› move check for git folder to top ([cdf142c](https://github.com/damdauvaotran/git-cz/commit/cdf142cb8bbdc2186c04be31a443e79a377565d8))
* ๐Ÿ› multiple lines on Windows ([#210](https://github.com/damdauvaotran/git-cz/issues/210)) ([838d47b](https://github.com/damdauvaotran/git-cz/commit/838d47b6c4fedf0d19d50ecf0e48a3afd22ba308)), closes [#188](https://github.com/damdauvaotran/git-cz/issues/188) [#197](https://github.com/damdauvaotran/git-cz/issues/197)
* ๐Ÿ› pad-right ([1891a62](https://github.com/damdauvaotran/git-cz/commit/1891a62641fd978c3f9b46dedfcc1123d5490fde))
* ๐Ÿ› pad-right ([94b063c](https://github.com/damdauvaotran/git-cz/commit/94b063c69cef87b3f0a5dc688a6a0c18f1daaa96))
* ๐Ÿ› Read git-cz config from package.json ([c72cfac](https://github.com/damdauvaotran/git-cz/commit/c72cfac5e730734c409ce4e28a3fc8c4d2d7554c))
* ๐Ÿ› simplify semantic-release config ([3872978](https://github.com/damdauvaotran/git-cz/commit/387297890a597fd1ad2456e8948ac12fabc4bcb9))
* ๐Ÿ› test when in --dry-run mode ([1697c56](https://github.com/damdauvaotran/git-cz/commit/1697c561e8edc613d6087ab2ec84ab7617c0c1e5))
* ๐Ÿ› use process.platform to check for platform ([be13775](https://github.com/damdauvaotran/git-cz/commit/be1377599eb9dd96d5b4a9ee846acbd31d62b106))
* ๐Ÿœ simplify package.json ([ea20619](https://github.com/damdauvaotran/git-cz/commit/ea206196b4ca2b2d1f0c3e578665e1400944368d))
* ๐Ÿœ Updated bug emoji ([e81dd66](https://github.com/damdauvaotran/git-cz/commit/e81dd66d5af864d5cbfbe4b6b19a5c2fd7d40015))
* ๐Ÿž README fixes ([ee33460](https://github.com/damdauvaotran/git-cz/commit/ee334603b89f80a5f85f91de2c9ab79646024d47))
* actually return execSync() result ([9321454](https://github.com/damdauvaotran/git-cz/commit/93214540c8d10cea672d6f193e4676732a63d1b1)), closes [#19](https://github.com/damdauvaotran/git-cz/issues/19)
* better support for workspaces ([215b6c3](https://github.com/damdauvaotran/git-cz/commit/215b6c3e15f417512ed5f7fd5b47b29f440c85a3))
* build binaries on Travis ([10194a8](https://github.com/damdauvaotran/git-cz/commit/10194a86e3af5985c3cd6cb8193e20dd87025fcf))
* fix typo ([548f978](https://github.com/damdauvaotran/git-cz/commit/548f9786f67e28990758a0c526a3bd8e916d7d1b))
* manually update version ([811025c](https://github.com/damdauvaotran/git-cz/commit/811025c962eab12af792c1d071438f26785266fb))
* release revert of checking for staged files ([8a6ac6e](https://github.com/damdauvaotran/git-cz/commit/8a6ac6e3df1411bf910bb79360742aa34b1bc2a2))
* remove emojis when disableEmoji is true ([62915be](https://github.com/damdauvaotran/git-cz/commit/62915be714fc9628c4dba06e37c59f4212e5a532))
* trigger again ([ee4cf18](https://github.com/damdauvaotran/git-cz/commit/ee4cf18db42ce10b0b17b53806e04493abbe4c5b))
* trigger new release ([5457be9](https://github.com/damdauvaotran/git-cz/commit/5457be9348bd68ad31bba264b8f171c4cc45a3f0))
* Windows support ([bcc3525](https://github.com/damdauvaotran/git-cz/commit/bcc3525a0774bdb2828cc04cf42cda0525f3af05)), closes [#12](https://github.com/damdauvaotran/git-cz/issues/12)


### Continuous Integration

* ๐ŸŽก remove NPM semantic-release plugin for on release ([a9f23eb](https://github.com/damdauvaotran/git-cz/commit/a9f23eb96e45f8dba124a674bdf1c742fe51385e))


* [add-check-home-config] feat: ๐ŸŽธ Update version ([41a8282](https://github.com/damdauvaotran/git-cz/commit/41a8282b268624b624fb4f7776f8d409f25c861f))


### Features

* ๐ŸŽธ add --disable-emoji to --help and parse from CLI ([82dd0c9](https://github.com/damdauvaotran/git-cz/commit/82dd0c94ba13c9694d258a9c710f7c94409fa327))
* ๐ŸŽธ add "format" field to customize subject in commit msg [#81](https://github.com/damdauvaotran/git-cz/issues/81) ([5e998cf](https://github.com/damdauvaotran/git-cz/commit/5e998cf03193ab50d7c2530ee6268a2ed72ba44a))
* ๐ŸŽธ add back Lerna support ([879d9c1](https://github.com/damdauvaotran/git-cz/commit/879d9c13be73b98f1c718226726a56ae39348383))
* ๐ŸŽธ add binary git-cz command for CLI ([3d11bdd](https://github.com/damdauvaotran/git-cz/commit/3d11bdde1a860b5b511a2f572df2444666f165da))
* ๐ŸŽธ add disable emoji flag ([52a43d9](https://github.com/damdauvaotran/git-cz/commit/52a43d95d66a5e0d4a1e1fd92993bf11de102a35))
* ๐ŸŽธ add dry-run mode ([395c0c7](https://github.com/damdauvaotran/git-cz/commit/395c0c795dc9ff77614d0ae32487523e51e809a5))
* ๐ŸŽธ add emojis to BREAKING CHANGE and closed issue sections ([5e6dc17](https://github.com/damdauvaotran/git-cz/commit/5e6dc1798c5c833ab3f0030abc203ce9963a7e27))
* ๐ŸŽธ add help & version flags ([799fff2](https://github.com/damdauvaotran/git-cz/commit/799fff2d9da4ec04ad7ee85b01172a038020ae89))
* ๐ŸŽธ add mmarkdown ([323f0e8](https://github.com/damdauvaotran/git-cz/commit/323f0e85dbdbd2a678a859b6dbe36ad414dafbbd))
* ๐ŸŽธ add signale for error logging ([9aea7b2](https://github.com/damdauvaotran/git-cz/commit/9aea7b2f2e0b86a06d1bb2299a1aeeecc0177b6b))
* ๐ŸŽธ added disableEmojis on config ([448873e](https://github.com/damdauvaotran/git-cz/commit/448873e2221a91b67d1e65a76467282118460a1a))
* ๐ŸŽธ adds a feature to search for types ([f8c3452](https://github.com/damdauvaotran/git-cz/commit/f8c34521228460ffa72912012585acdbb6e40286))
* ๐ŸŽธ adds git hooks support ([80176cd](https://github.com/damdauvaotran/git-cz/commit/80176cd3735c6a8988335964cfb6dbbaccce4703)), closes [#79](https://github.com/damdauvaotran/git-cz/issues/79)
* ๐ŸŽธ adds scope search in scopes question ([70bf18b](https://github.com/damdauvaotran/git-cz/commit/70bf18bb02881e2c566cfa8a1cb1af20d59b2af2))
* ๐ŸŽธ Allow emojis in non-interactive and set defaults ([08cf19c](https://github.com/damdauvaotran/git-cz/commit/08cf19c36de6c34b4502435d9b12097474db5829))
* ๐ŸŽธ build binaries ([0a64804](https://github.com/damdauvaotran/git-cz/commit/0a64804ab38e2bba05b5166a7059fed826cd7cc3))
* ๐ŸŽธ can set answers through CLI in default mode ([99238c2](https://github.com/damdauvaotran/git-cz/commit/99238c2c1d2c6ed2f5ee209261c297ef4feed712))
* ๐ŸŽธ check for staged files ([c283ad3](https://github.com/damdauvaotran/git-cz/commit/c283ad3fac13eaf00a899b49da474c7608a61708))
* ๐ŸŽธ connect new interface to commitizen ([3dd3c67](https://github.com/damdauvaotran/git-cz/commit/3dd3c6720f6211847469af11c9625b6098d10e70))
* ๐ŸŽธ execute standalone CLI commit ([8570804](https://github.com/damdauvaotran/git-cz/commit/85708045dada6ec11783065f1c963797d2403984))
* ๐ŸŽธ exit process when no files staged ([9fb4844](https://github.com/damdauvaotran/git-cz/commit/9fb4844758226798444ee74e16a0df1f3d9bc25b))
* ๐ŸŽธ๏ธ format (custom message) ([6f0c828](https://github.com/damdauvaotran/git-cz/commit/6f0c828120adac11cb1bd80282b168f35b98d0b3))
* ๐ŸŽธ improve help screen ([1838c1c](https://github.com/damdauvaotran/git-cz/commit/1838c1c5cb96d37b116234bb1ebe06721035ca46))
* ๐ŸŽธ make changelog config customizable ([1758b94](https://github.com/damdauvaotran/git-cz/commit/1758b94593554f4ebdce734820ecf35e378d8104))
* ๐ŸŽธ make LimitedInput work with new inquirer ([065bfae](https://github.com/damdauvaotran/git-cz/commit/065bfae81c78ac0e96cfd06a4dadf8b4d602aa6e))
* ๐ŸŽธ manually bump version ([fb05bfb](https://github.com/damdauvaotran/git-cz/commit/fb05bfb03ee428ef97b397873c9e88da2902212a))
* ๐ŸŽธ non-interactive mode ([61b40db](https://github.com/damdauvaotran/git-cz/commit/61b40db85d668d1a7aa62588f18ba2ec15ba4667))
* ๐ŸŽธ recursively search parent folders for config file ([ce04676](https://github.com/damdauvaotran/git-cz/commit/ce0467639c56de19f0c9f227d86ef06b570f6790)), closes [#60](https://github.com/damdauvaotran/git-cz/issues/60)
* ๐ŸŽธ show nice error message when Git root not found ([54ed319](https://github.com/damdauvaotran/git-cz/commit/54ed3194279c37b522bbfd33496dd7f5a006d546))
* ๐ŸŽธ support cjs config files ([4f2ebc5](https://github.com/damdauvaotran/git-cz/commit/4f2ebc5c5f9986e73184bd9d30698129cd561ae7))
* ๐ŸŽธ update emoji icons ([9e29df4](https://github.com/damdauvaotran/git-cz/commit/9e29df480fc9590f13bfc2bec4321b4738092a7b))
* ๐ŸŽธ use "closes" keywoard to close GitHub issues ([bb89aec](https://github.com/damdauvaotran/git-cz/commit/bb89aec528ec8d2d56018cefbf1021ad7a88d92c)), closes [#123](https://github.com/damdauvaotran/git-cz/issues/123)
* add commitizen prompter ([89b4dac](https://github.com/damdauvaotran/git-cz/commit/89b4dacf7ee3bbe34351e0368e03622d166e8483))
* add custom limited input component ([1ba869a](https://github.com/damdauvaotran/git-cz/commit/1ba869a70f965b627b63e0becec5acf2e6de1137))
* add default scopes ([1be406f](https://github.com/damdauvaotran/git-cz/commit/1be406f3e4492368c37a5b36b221a7ba3b0d40b4))
* add emojis to commit message ([2c36297](https://github.com/damdauvaotran/git-cz/commit/2c36297c969d21d071ce1b7b397c9de314c143b6))
* add scope to subject input ([f942494](https://github.com/damdauvaotran/git-cz/commit/f94249403542064979699575f75850f48a671849))
* add support for lerna mono-repos ([11cbde4](https://github.com/damdauvaotran/git-cz/commit/11cbde45f4624624ac002a1953ca0e1a7dc31c10))
* autofix header case ([238dd6f](https://github.com/damdauvaotran/git-cz/commit/238dd6feef0989e66a2e32d06b1fa8fe2628da96))
* Check commit subject for minimum length ([9f41dbf](https://github.com/damdauvaotran/git-cz/commit/9f41dbf16038b06cea6f79f4299e8e881390a29b))
* create formatMessage() function ([d1c6755](https://github.com/damdauvaotran/git-cz/commit/d1c6755279ff737b224bbeefcce20c2e1b3da0bf))
* display emoji in selection list ([3e2e57b](https://github.com/damdauvaotran/git-cz/commit/3e2e57b8f492073d037faf51e045334b69e72f36))
* initial commit ([18ccbd9](https://github.com/damdauvaotran/git-cz/commit/18ccbd99cf1371f73d24d989ac85d8e4dd5b38c9))
* refactor questions out ([5212e93](https://github.com/damdauvaotran/git-cz/commit/5212e932dba2e88f961c0970633cfc08dde835a2))
* removed question mark if no emojis are configured ([212c172](https://github.com/damdauvaotran/git-cz/commit/212c1723a164aed51689f73677c497b13c1aaf49)), closes [#9](https://github.com/damdauvaotran/git-cz/issues/9)
* show line prefixes added by the adapter ([c6202fe](https://github.com/damdauvaotran/git-cz/commit/c6202fe73e306801de8aea67c6796cf9c3041f78))
* simplify messages, increase line length ([909bae6](https://github.com/damdauvaotran/git-cz/commit/909bae68802fbc994e4c72bfd875b5e47653da4d))
* store answers in state ([3110e94](https://github.com/damdauvaotran/git-cz/commit/3110e949b82708ac92379d41af622270bb5747a1))
* try to release new version from Travis ([b6e5a5e](https://github.com/damdauvaotran/git-cz/commit/b6e5a5e231431872793bec0fc60704a2cb2b3eea))
* use fuzzy search for scopes and types ([e6d615f](https://github.com/damdauvaotran/git-cz/commit/e6d615f6d1c3934c3b94a0126e32b777c5d4ae8f))
* use Git to determine root folder ([d59dbd4](https://github.com/damdauvaotran/git-cz/commit/d59dbd44fc5ecfbd8ac900e991a5db1057d855a6))


### Performance Improvements

* โšก๏ธ build cz prompter into one file for performace ([dd62d93](https://github.com/damdauvaotran/git-cz/commit/dd62d935b990633d8ee982bdc6ba435d655344de))
* โšก๏ธ bundle into single .js file for perf ([a7738c8](https://github.com/damdauvaotran/git-cz/commit/a7738c802bc6e5a8cb032f28f450557b2d2bd1a5))
* โšก๏ธ remove all deps so nothing is installed ([16ce6a7](https://github.com/damdauvaotran/git-cz/commit/16ce6a789ba95d7bb3f011653aea4ec7ad8601b4))


### BREAKING CHANGES

* ๐Ÿงจ gpsup
* ๐Ÿงจ Release new major
* ๐Ÿงจ test

โœ… Closes: test
* "closes" keyboard is used instead of "issues", which will close GitHub
issues.

# [4.9.0](https://github.com/streamich/git-cz/compare/v4.8.1...v4.9.0) (2022-05-14)


Expand Down

0 comments on commit 6617779

Please sign in to comment.