Skip to content

Latest commit

 

History

History
155 lines (74 loc) · 6.36 KB

CHANGELOG.md

File metadata and controls

155 lines (74 loc) · 6.36 KB

4.7.0 (2020-06-18)

Features

  • 🎸 exit process when no files staged (9fb4844)

4.6.2 (2020-05-28)

Bug Fixes

  • 🐛 check for staged files (78dec95)
  • 🐛 failing test (execSync not defined) (b9b6969)

4.6.1 (2020-05-27)

Bug Fixes

  • release revert of checking for staged files (8a6ac6e)

4.6.0 (2020-05-25)

Bug Fixes

  • 🐛 test when in --dry-run mode (1697c56)

Features

  • 🎸 check for staged files (c283ad3)

4.5.0 (2020-05-16)

Features

  • 🎸 manually bump version (fb05bfb)
  • 🎸 recursively search parent folders for config file (ce04676), closes #60

4.4.1 (2020-05-16)

Bug Fixes

  • manually update version (811025c)

4.4.0 (2020-05-16)

Features

  • 🎸 add --disable-emoji to --help and parse from CLI (82dd0c9)
  • 🎸 add disable emoji flag (52a43d9)

4.3.1 (2020-02-03)

Bug Fixes

  • 🐛 fix git commit error (b116ba0)

4.3.0 (2020-02-02)

Features

  • 🎸 add help & version flags (799fff2)
  • 🎸 improve help screen (1838c1c)

4.2.0 (2020-01-20)

Bug Fixes

  • 🐛 do not format body as undefined (28d6e77)

Features

  • 🎸 Allow emojis in non-interactive and set defaults (08cf19c)
  • 🎸 can set answers through CLI in default mode (99238c2)
  • 🎸 non-interactive mode (61b40db)

4.1.0 (2020-01-18)

Features

  • use fuzzy search for scopes and types (e6d615f)

4.0.0 (2020-01-16)

Bug Fixes

  • 🐛 Adhere to lerna settings for workspaces directory (4151235), closes #85
  • 🐛 fixes autocomplete prompt import (91226ba)
  • 🐛 fixes scope's empty string answer issue (53dd466)
  • 🐛 make semantic-release publish to NPM (6f5c836)
  • 🐛 simplify semantic-release config (3872978)
  • remove emojis when disableEmoji is true (62915be)

Continuous Integration

  • 🎡 remove NPM semantic-release plugin for on release (a9f23eb)

Features

  • 🎸 adds a feature to search for types (f8c3452)
  • 🎸 adds git hooks support (80176cd), closes #79
  • 🎸 adds scope search in scopes question (70bf18b)

BREAKING CHANGES

  • 🧨 Release new major

3.2.1 (2019-07-01)

Bug Fixes

3.2.0 (2019-07-01)

Bug Fixes

  • 🐛 don't add emoji to head only when "disableEmoji" is true (45489c8)

Features

  • 🎸 added disableEmojis on config (448873e)

3.1.1 (2019-04-26)

Bug Fixes

  • build binaries on Travis (10194a8)

3.1.0 (2019-04-26)

Features