Releases: semantic-release-plus/semantic-release
Releases · semantic-release-plus/semantic-release
v20.0.0
20.0.0 (2022-02-04)
Bug Fixes
- npm-plugin: upgraded to the beta, which upgrades npm to v8 (f634b8c)
- npm-plugin: upgraded to the latest beta version (8097afb)
- npm-plugin: upgraded to the stable version (0eca144)
- upgrade
marked
to resolve ReDos vulnerability (#2330) (d9e5bc0)
BREAKING CHANGES
- npm-plugin:
@semantic-release/npm
has also dropped support for node v15
- node v15 has been removed from our defined supported versions of node. this was done to upgrade to compatible versions of
marked
and marked-terminal
that resolved the ReDoS vulnerability. removal of support of this node version should be low since it was not an LTS version and has been EOL for several months already.
v19.0.2
19.0.2 (2022-01-31)
Bug Fixes
- deps: updates @semantic-release/npm to v9 (fa38c18)
v19.0.1
19.0.1 (2022-01-09)
Bug Fixes
- bump @semantic-release/commit-analyzer to 9.0.2 (#2258) (7f971f3)
v19.0.0
19.0.0 (2021-10-12)
Features
- node-version: raised the minimum required version to v14.17 (#2132) (66cc2b4)
BREAKING CHANGES
- node-version: the minimum required version of node is now v14.17
v18.4.4-alpha.1
Bug Fixes
- deps: switch to semantic-release-plus/error (4220994)
v18.4.3
18.4.3 (2021-09-09)
Bug Fixes
- switches to standard prettier and eslint and reformat code (20b0c44), closes #211
v18.4.3-alpha.1
Bug Fixes
- updates lint-staged conifg (838be44)
v18.4.2
18.4.2 (2021-09-09)
Bug Fixes
- deps: update dependency marked to v3 (6e4beb8)
- engines: fixed defined node version to account for the higher requirement from the npm plugin (#2088) (ea52e17)
- marked: reverted upgrade to v3 (#2087) (5edff69)
v18.4.1
18.4.1 (2021-08-18)
Bug Fixes
- deps: update dependency marked to v3 (49d9bd1)
v18.4.0-alpha.1
Features
- adds semantic-release-plus as a command alias (1be8b5c)