15 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
6.0.10 (2020-08-12)
Note: Version bump only for package conventional-recommended-bump
6.0.9 (2020-05-08)
Bug Fixes
6.0.5 (2019-11-14)
Note: Version bump only for package conventional-recommended-bump
6.0.4 (2019-11-07)
Bug Fixes
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)
BREAKING CHANGES
- gitSemverTags now takes options followed by callback.
5.0.1 (2019-05-18)
Bug Fixes
5.0.0 (2019-05-02)
Features
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
Features
- conventionalcommits preset, preMajor config option (#434) (dde12fe)
- conventional-recommended-bump: send options to whatBump (#409) (508d6d6), closes /github.com/lerna/lerna/blob/a6733a2b864cf9d082d080bbd3bfedb04e59b0ab/core/conventional-commits/lib/recommend-version.js#L13-L21
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
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 theconventional-recommended-bump
options within a preset were different than the parser options object for theconventional-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
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
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 anobject
instead of astring
.
0.1.2 (2016-03-10)
Bug Fixes
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)