Skip to content

Releases: semantic-release/exec

v7.0.3

03 Feb 03:04
85c7a1a
Compare
Choose a tag to compare

7.0.3 (2025-02-03)

Bug Fixes

  • deps: update dependency execa to v9 (643e2eb)

v7.0.2

01 Feb 03:12
471f963
Compare
Choose a tag to compare

7.0.2 (2025-02-01)

Bug Fixes

  • deps: update dependency @semantic-release/error to v4 (#353) (471f963)

v7.0.1

01 Feb 03:12
080440f
Compare
Choose a tag to compare

7.0.1 (2025-02-01)

Bug Fixes

  • deps: update dependency parse-json to v8 (#394) (080440f)

v7.0.0

31 Jan 19:45
36ec29c
Compare
Choose a tag to compare

7.0.0 (2025-01-31)

Features

BREAKING CHANGES

  • the minimum required version of semantic-release to use @semantic-release/exec is now v24.1.0; the warn logger method/function is now available to use in plugin

  • @semantic-release/exec is now a native ES Module. It has named exports for each plugin hook (verifyConditions, analyzeCommits, verifyRelease, generateNotes, prepare, publish, addChannel, success, fail)

v7.0.0-beta.1

18 Nov 12:49
b4462db
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

7.0.0-beta.1 (2024-11-18)

Features

BREAKING CHANGES

  • the minimum required version of semantic-release to use @semantic-release/exec is now v24.1.0; the warn logger method/function is now available to use in plugin

  • refactor: replace nyc with c8 as package for code coverage

  • refactor: update Node.js versions in package-lock.json and package.json

  • refactor: update semantic-release peer-dependencies version

  • Update .github/workflows/test.yml

Co-authored-by: Matt Travi [email protected]

  • refactor: update package.json to use fixed versions for prettier and semantic-release

  • refactor: add main entry point to package.json

  • @semantic-release/exec is now a native ES Module. It has named exports for each plugin hook (verifyConditions, analyzeCommits, verifyRelease, generateNotes, prepare, publish, addChannel, success, fail)

v6.0.3

15 Dec 19:12
2d15fbd
Compare
Choose a tag to compare

6.0.3 (2021-12-15)

Bug Fixes

  • typo in EINVALIDEXECCWD error message (#209) (2d15fbd)

v6.0.2

30 Oct 05:33
f690867
Compare
Choose a tag to compare

6.0.2 (2021-10-30)

Bug Fixes

  • deps: update dependency @semantic-release/error to v3 (#185) (f690867)

v6.0.1

21 Sep 19:08
2b7163e
Compare
Choose a tag to compare

6.0.1 (2021-09-21)

Bug Fixes

v6.0.0

21 Sep 18:59
020eab0
Compare
Choose a tag to compare

6.0.0 (2021-09-21)

Features

  • node-version: raised the minimum required version to v14.17 (#188) (020eab0)

BREAKING CHANGES

  • node-version: the minimum required version of node is now v14.17

v5.0.0

27 Jan 19:52
Compare
Choose a tag to compare

5.0.0 (2020-01-27)

chore

  • require Node.js >=10.18 (5984b6e)

BREAKING CHANGES

  • Require Node.js >= 10.18