Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 8.19 KB

File metadata and controls

58 lines (42 loc) · 8.19 KB

1.0.0 (2020-09-16)

Bug Fixes

  • adapter: Fix typo in etc. (39182b8)
  • build: Add proper deps, force republish to make sure things are working (922097b)
  • build: Automatic releases!!! ✨ (114f967)
  • update longest to ^2 (#88) (7234529)
  • commit: Remove es6 string syntax (backticks) (7f922f2)
  • commit: remove parentheses when there is no scope present (55f72b9)
  • config-loader: captured the direct dependency on commitizen for the use of the config loader (#90) (4b23bbc), closes #89
  • defaultValues: Added fallback for optional default values (#99) (2aae317)
  • package.json: install missing dependency (4287211)
  • package.json: update package name (2985968)
  • prompter: resolve issue with new inquirer api (#18) (807b4e5)
  • Correct typo in JSON (58df4d1)
  • release: attempt to fix release (c167fd8)
  • release.config.js: attempt to fix semantic release (e362f9a)
  • require: get rid of relative path to the word-wrap (e98818a), closes #4
  • wrapping: Fix fields to wrap instead of truncate at 100 characters (c7b7e11), closes commitizen/cz-cli#4
  • remove pre-node 10 support (#86) (76588ad)
  • Update conventional-commit-types to the latest version 🚀 (#105) (5a371c1)
  • Wrap updateTypes in packageRules (0f6dfbf)

Features

  • adapter: Create initial commit. (4e8da01)
  • adapter: refactor to engine, default to conventional commit types (c8452d1), closes #29
  • adapter: Split breaking changes into separate question (#44) (2d78e1d), closes #17
  • add default values to options (#69) (65d6a9f)
  • implement configuration through package.json (#75) (3398c02)
  • engine: add support for disableScopeLowerCase (#96) (e7bd546)
  • engine: add support for disableSubjectLowerCase (df66875)
  • engine.js: add jira step (b6c6bfb)
  • prompt: add confirmation fields + edit for clarity (#58) (d40ac2c), closes #52
  • types: add suport for custom types (#104) (aae2548)

BREAKING CHANGES

  • Node 10 is LTS so please upgrade to it.
  • adapter: Breaking changes now automatically include the "BREAKING CHANGE: " prefix.

3.4.0 (2020-09-16)

Bug Fixes

  • package.json: install missing dependency (4287211)
  • release: attempt to fix release (c167fd8)
  • release.config.js: attempt to fix semantic release (e362f9a)

Features

  • engine.js: add jira step (b6c6bfb)