Skip to content

Releases: pvdlg/cz-conventional-commit

v5.0.0

13 Feb 06:40
Compare
Choose a tag to compare

5.0.0 (2020-02-13)

chore

  • require Node.js >=10.18 (58edee9)

BREAKING CHANGES

  • Require Node.js >= 10.18

v4.0.0

23 Oct 17:43
Compare
Choose a tag to compare

4.0.0 (2019-10-23)

Bug Fixes

  • package: update commitizen to version 4.0.1 (b7e62a6)

chore

BREAKING CHANGES

  • Require Node.js => 8.16

v3.0.2

01 Oct 18:03
Compare
Choose a tag to compare

3.0.2 (2018-10-01)

🐛 Bug Fixes

  • package: update commitizen to version 3.0.0 (5ebf6d2)

⚙️ Continuous Integrations

♻️ Chores

  • package: update @commitlint/core to version 7.0.0 (fa45169)
  • package: update emoji-regex to version 7.0.0 (cc656db)
  • package: update nyc to version 12.0.1 (b882d3c)
  • package: update sinon to version 6.0.0 (0fc4e46)
  • package: update xo to version 0.22.0 (883acce)
  • package: update xo to version 0.23.0 (dc07cea)

💎 Styles

  • update to last Prettier format (7f61152)

v3.0.1

02 Jun 17:38
Compare
Choose a tag to compare

3.0.1 (2018-06-02)

🐛 Bug Fixes

  • package: update conventional-changelog-metahub to version 2.0.1 (ec18288)

♻️ Chores

  • package: update conventional-commits-parser to version 3.0.0 (2f32643)

💎 Styles

  • update to new Prettier style (41ba843)

v3.0.0

04 May 21:53
Compare
Choose a tag to compare

3.0.0 (2018-05-04)

✨ Features

♻️ Chores

  • package: update ava to version 0.25.0 (23b040d)
  • package: update semantic-release to version 15.0.0 (e871d83)
  • package: update sinon to version 5.0.1 (3556630)
  • package: update stringz to version 1.0.0 (c318c7b)
  • package: update xo to version 0.20.0 (50ff400)
  • package: update xo to version 0.21.0 (e1627e6)

💎 Styles

Breaking changes

  • remove support for Node.js < 6

v2.0.1

14 Jan 01:44
ffad864
Compare
Choose a tag to compare

2.0.1 (2018-01-14)

🐛 Bug Fixes

🛠 Builds

  • use XO instead of custom eslint (4c4d96b)

📚 Documentation

⚙️ Continuous Integrations

  • codeclimate: Fix paths config (4b6583a)
  • nyc: Enforce 100% code coverage (097711f)
  • retry on npm install (969770c)

♻️ Chores

  • codeowners: Add codeowners file (9a3d905)
  • eslint: Use eslint-config-pretty (32078ac)
  • package: Run compile before lint (ae69fd1)
  • package: update @commitlint/config-angular to version 5.1.1 (98f48f5)
  • package: update ava to version 0.24.0 (a154bcf)
  • package: update dependencies (1e7e76f)
  • package: update eslint-config-pretty to version 2.1.1 (74481ec)
  • package: update prettier to version 1.6.0 (24f1a0f)
  • remove codeclimate (5f4388e)
  • remove commitizen (f552c05)
  • remove commitlint (64bc152)
  • Remove git hooks (c7ccf50)
  • package: update prettier to version 1.7.2 (dd9f8c6)
  • package: update sinon to version 4.0.0 (2ef4608)
  • update semantic-release (4c47baf)
  • use Codecov to check for coverage (4b15d36)
  • package: update stringz to version 0.3.0 (4832826)
  • package: update stringz to version 0.4.0 (ea4a673)

💎 Styles

  • prettier: Format with prettier 1.6.0 (9f36f87), closes #5
  • Formatting (eb08dfb)

v2.0.0

27 Aug 01:40
Compare
Choose a tag to compare

2.0.0 (2017-08-27)

Features

  • aliases: Use aliases from conventional-changelog-metahub (db1fe93)
  • choices: Use choices order from conventional-changelog-metahub (51948e5)
  • format: Add option to enable emoji (disabled by default) (06d18aa)

Builds

  • npm: Remove package-lock.json/yarn.lock (dca0efd)

Chores

  • githooks: Run npm install on post-checkout hook (9dd85c3)

Breaking changes

  • format: emoji are disabled by default.
    Set option emoji to true to enable.

v1.1.1

24 Aug 05:53
Compare
Choose a tag to compare

1.1.1 (2017-08-24)

Documentation

  • readme: Fix install commands in README 📚 (abc71d5)

v1.1.0

24 Aug 05:36
Compare
Choose a tag to compare

1.1.0 (2017-08-24)

Builds

  • release: Add semantic-release plugin sr-commit-analyzer 🛠 (2844677)
  • release: Use conventional-changelog-metahub release config 🛠 (80b29fa)
  • travis: Use Travis stages 🛠 (c1ebc7c)

Chores

  • lint: Add prepush hook ♻️ (c1545d5)
  • package: update @commitlint/cli to version 3.1.3 ⬆️ (2dfc7fb)
  • package: update @commitlint/core to version 3.1.3 ⬆️ (deba9c0)
  • package: update @metahub/eslint-config to version 1.6.1 ⬆️ (42fded6)
  • package: update babel-cli to version 6.26.0 ⬆️ (259b222)
  • package: update eslint to version 4.5.0 ⬆️ (07977c6)
  • package: update eslint-plugin-prettier to version 2.2.0 ⬆️ (0574331)
  • package: update lockfile (b787b75)
  • package: update semantic-release to version 7.0.1 (c6d34a4)
  • package: update semantic-release to version 8.0.0 ⬆️ (7c0de28)
  • package: update sinon to version 3.2.1 ⬆️ (25c6f6c)
  • package: update sr-release-notes-generator to version 1.1.1 ⬆️ (2f24685)

Continuous Integrations

  • codeclimate: Add Code Climate support ⚙️ (9b47044)

Features

  • types: use conventional-changelog-metahub ✨ (f3d265f)

v1.0.2

15 Aug 22:13
Compare
Choose a tag to compare

1.0.2 (2017-08-15)

Bug Fixes

  • options: Change maxSubjectLength / bodyLineLength default values 🐛 (0a47cc0)