conventional-changelog-action/node_modules/conventional-recommended-bump/CHANGELOG.md

15 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Note: Version bump only for package conventional-recommended-bump

Bug Fixes

  • deps: update yargs-parser to move off a flagged-vulnerable version. (#635) (aafc0f0)

Note: Version bump only for package conventional-recommended-bump

Bug Fixes

  • revertPattern match default git revert format (#545) (fe449f8)

Note: Version bump only for package conventional-recommended-bump

Note: Version bump only for package conventional-recommended-bump

6.0.0 (2019-07-29)

  • refactor!: modify gitSemverTags to take options first (#390) (dc8aeda), closes #390

BREAKING CHANGES

  • gitSemverTags now takes options followed by callback.

Bug Fixes

  • Recommend a patch bump for features when preMajor is enabled (#452) (3d0a520)

5.0.0 (2019-05-02)

Features

  • ! without BREAKING CHANGE should be treated as major (#443) (cf22d70)

BREAKING CHANGES

  • if ! is in the commit header, it now indicates a BREAKING CHANGE, and the description is used as the body.

Bug Fixes

  • preset load error message should handle objects (fb4a8d1)

4.1.0 (2019-04-10)

Bug Fixes

  • deps: update dependency concat-stream to v2 (#401) (4c09bfc)

Features

Bug Fixes

  • fix broken release of conventional-recommended-bump (d9267e8)

Note: Version bump only for package conventional-recommended-bump

Bug Fixes

  • Upgrade to Lerna 3, fix Node.js v11 error (#385) (cdef282)

Note: Version bump only for package conventional-recommended-bump

4.0.0 (2018-06-06)

Features

BREAKING CHANGES

  • Re-use parser options object between components of a preset. For some presets this may change the behavior of conventional-recommended-bump as the parser options object for the conventional-recommended-bump options within a preset were different than the parser options object for the conventional-changelog options within a preset.

If you are not using conventional-recommended-bump, then this is not a breaking change for you.

3.0.0 (2018-05-29)

Chores

  • package: set Node requirement to oldest supported LTS (#329) (cae2fe0)

BREAKING CHANGES

  • package: Set the package's minimum required Node version to be the oldest LTS currently supported by the Node Release working group. At this time, that is Node 6 (which is in its Maintenance LTS phase).

Note: Version bump only for package conventional-recommended-bump

Note: Version bump only for package conventional-recommended-bump

Note: Version bump only for package conventional-recommended-bump

Note: Version bump only for package conventional-recommended-bump

Note: Version bump only for package conventional-recommended-bump

Note: Version bump only for package conventional-recommended-bump

Note: Version bump only for package conventional-recommended-bump

Note: Version bump only for package conventional-recommended-bump

Bug Fixes

  • conventional-recommended-bump: include missing file in publishing (1481c05)

Note: Version bump only for package conventional-recommended-bump

1.2.0 (2018-01-29)

Features

  • allow to specify a tagPrefix in conventional-recommended-bump (f60f86f)

1.1.0 (2017-12-08)

Features

Note: Version bump only for package conventional-recommended-bump

0.3.0 (2016-08-13)

Code Refactoring

  • naming: releaseAs => releaseType (1476f1e), closes #15

BREAKING CHANGES

  • naming: releaseAs => releaseType

0.2.0 (2016-04-02)

Features

  • config: custom config file (aa3747a), closes #6
  • verbose: output details of the bump (2311c4a), closes #5
  • warn: no new commits since last release (84f5284), closes #4

BREAKING CHANGES

  • verbose: whatBump can return an object. result is an object instead of a string.

Bug Fixes

  • angular: handle breaking changes after a feature (6c40400), closes #8

0.1.0 (2016-02-08)

Features

  • deps: bump and a lot of bugs are fixed (1abc3af)
  • deps: bump conventional-commits-filter and fix bug (87639a0)
  • deps: modulise conventional-commits-filter (b1eadb9)

Features

  • revert: ignore reverted commits (cd87dea)

0.0.1 (2015-06-22)