Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
6.1.0 (2020-12-30)
Features
- conventional-recommended-bump: support for '--skip-unstable' (#698) (3a5b41e)
6.0.12 (2020-12-30)
Bug Fixes
- deps: update dependency git-raw-commits to v2.0.8 (#723) (9682305)
6.0.11 (2020-11-05)
Note: Version bump only for package conventional-recommended-bump
6.0.10 (2020-08-12)
Note: Version bump only for package conventional-recommended-bump
6.0.9 (2020-05-08)
Bug Fixes
- deps: update yargs-parser to move off a flagged-vulnerable version. (#635) (aafc0f0)
6.0.5 (2019-11-14)
Note: Version bump only for package conventional-recommended-bump
6.0.4 (2019-11-07)
Bug Fixes
- revertPattern match default git revert format (#545) (fe449f8)
6.0.3 (2019-10-24)
Note: Version bump only for package conventional-recommended-bump
6.0.1 (2019-10-02)
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.
5.0.1 (2019-05-18)
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.
4.1.1 (2019-04-11)
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
4.0.4 (2018-11-01)
Bug Fixes
- fix broken release of conventional-recommended-bump (d9267e8)
4.0.3 (2018-11-01)
Note: Version bump only for package conventional-recommended-bump
4.0.2 (2018-11-01)
Bug Fixes
- Upgrade to Lerna 3, fix Node.js v11 error (#385) (cdef282)
4.0.1 (2018-08-21)
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).
2.0.9 (2018-04-16)
Note: Version bump only for package conventional-recommended-bump
2.0.8 (2018-03-27)
Note: Version bump only for package conventional-recommended-bump
2.0.7 (2018-03-22)
Note: Version bump only for package conventional-recommended-bump
2.0.6 (2018-02-24)
Note: Version bump only for package conventional-recommended-bump
2.0.5 (2018-02-20)
Note: Version bump only for package conventional-recommended-bump
2.0.4 (2018-02-13)
Note: Version bump only for package conventional-recommended-bump
2.0.3 (2018-02-13)
Note: Version bump only for package conventional-recommended-bump
2.0.2 (2018-02-13)
Note: Version bump only for package conventional-recommended-bump
2.0.1 (2018-02-12)
Bug Fixes
- conventional-recommended-bump: include missing file in publishing (1481c05)
1.2.1 (2018-02-05)
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
1.0.3 (2017-11-13)
Note: Version bump only for package conventional-recommended-bump
1.0.2 (2017-10-01)
1.0.1 (2017-07-17)
0.3.0 (2016-08-13)
Code Refactoring
- naming: releaseAs => releaseType (1476f1e), closes #15
BREAKING CHANGES
- naming:
releaseAs
=> releaseType
0.2.1 (2016-04-16)
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
.
0.1.2 (2016-03-10)
Bug Fixes
- angular: handle breaking changes after a feature (6c40400), closes #8
0.1.1 (2016-02-23)
0.1.0 (2016-02-08)
0.0.3 (2015-08-12)
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)
0.0.2 (2015-07-03)
Features
- revert: ignore reverted commits (cd87dea)
0.0.1 (2015-06-22)