Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Mar 3, 2021
1 parent 817313a commit 5f92d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@jeromefitz/git-cz",
"version": "5.0.0-main.1",
"version": "5.0.0",
"description": "Semantic emojified git commit, git-cz.",
"main": "dist/cz.js",
"bin": {
Expand Down

0 comments on commit 5f92d96

Please sign in to comment.