Releases: semantic-release/issue-parser
Releases · semantic-release/issue-parser
v7.0.1
v7.0.0
7.0.0 (2024-03-14)
Bug Fixes
- repository: updated repository references in the package.json (328f986)
Features
- node-versions: dropped support for node versions below v18 (723b282)
BREAKING CHANGES
- node-versions: this package no longer supports node versions lower than v18.17
- maintainers the repository has been moved to the semantic-release org and will be maintained by the semantic-release team. releases will be published by the semantic-release-bot
v6.0.0
v5.0.0
v4.0.0
v3.0.1
v3.0.0
3.0.0 (2018-09-01)
Features
- support custom action types (5e19606)
BREAKING CHANGES
- The options and result format has changed.
The options referenceActions
, blocksActions
, requiresActions
, parentOfActions
, childOfActions
and duplicateActions
have been replaced by an actions
object that allow to define custom action type.
The properties actions
, duplicates
, blocks
, requires
, parentOf
, childOf
have been replaced by an actions
object that contains the matches per action type.