semantic-release/semantic-release
### [`v20.1.3`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.3)
[Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.2...v20.1.3)
##### Bug Fixes
- **deps:** update dependency execa to v7.1.1 ([c38b53a](https://togithub.com/semantic-release/semantic-release/commit/c38b53a321f2139ecae9c77963d38f8d9d5b34f1))
### [`v20.1.2`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.2)
[Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.1...v20.1.2)
##### Bug Fixes
- **deps:** update dependency cosmiconfig to v8.1.2 ([fbede54](https://togithub.com/semantic-release/semantic-release/commit/fbede5438814be829cd358fb687fef2f4b94e2e0))
### [`v20.1.1`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.1)
[Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.0...v20.1.1)
##### Bug Fixes
- **deps:** update dependency execa to v7 ([#2709](https://togithub.com/semantic-release/semantic-release/issues/2709)) ([31d9bfe](https://togithub.com/semantic-release/semantic-release/commit/31d9bfe00a490d9c57ee5a309de635a4f5c28993))
### [`v20.1.0`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.0)
[Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.4...v20.1.0)
##### Features
- **plugins:** add support for loading ESM plugins ([#2688](https://togithub.com/semantic-release/semantic-release/issues/2688)) ([d170f73](https://togithub.com/semantic-release/semantic-release/commit/d170f73e0b2a8a853a7bc58977a6b4b0887d8f17))
### [`v20.0.4`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.4)
[Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.3...v20.0.4)
##### Bug Fixes
- **windows:** fixed issues preventing execution from windows ([#2672](https://togithub.com/semantic-release/semantic-release/issues/2672)) ([5df624c](https://togithub.com/semantic-release/semantic-release/commit/5df624c6e50304743ca40e82958cae825452574f))
### [`v20.0.3`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.3)
[Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.2...v20.0.3)
##### Reverts
- Revert "chore(deps): update dependency ava to v5.1.1" ([#2682](https://togithub.com/semantic-release/semantic-release/issues/2682)) ([914b0a2](https://togithub.com/semantic-release/semantic-release/commit/914b0a26424065e036c792f48c0179fb888ad810)), closes [#2682](https://togithub.com/semantic-release/semantic-release/issues/2682)
### [`v20.0.2`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.2)
[Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.1...v20.0.2)
##### Bug Fixes
- **deps:** update dependency semver-diff to v4 ([#1915](https://togithub.com/semantic-release/semantic-release/issues/1915)) ([cb45d27](https://togithub.com/semantic-release/semantic-release/commit/cb45d27726418f27b20c9b7f2d50225c7a0028f6))
### [`v20.0.1`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.1)
[Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.0...v20.0.1)
##### Bug Fixes
- **deps:** update dependency cosmiconfig to v8 ([f914c1e](https://togithub.com/semantic-release/semantic-release/commit/f914c1ed86d6b1a8b797664d84c1bd095a21ddb4))
- **deps:** update dependency hosted-git-info to v6 ([c4da008](https://togithub.com/semantic-release/semantic-release/commit/c4da008e29ccb3976385c446b317f7732218035a))
### [`v20.0.0`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.0)
[Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v19.0.5...v20.0.0)
##### BREAKING CHANGES
- **esm:** semantic-release is now ESM-only. since it is used through its own executable, the impact on consuming projects should be minimal
- **esm:** references to plugin files in configs need to include the file extension because of executing in an ESM context
- **node-versions:** node v18 is now the minimum required version of node. this is in line with our [node support policy](https://semantic-release.gitbook.io/semantic-release/support/node-support-policy). please see [our recommendations](https://semantic-release.gitbook.io/semantic-release/support/node-version#recommended-solution) for releasing with a different node version than your project normally uses, if necessary.
##### Features
- **esm:** convert to esm ([#2569](https://togithub.com/semantic-release/semantic-release/issues/2569)) ([9eab1ad](https://togithub.com/semantic-release/semantic-release/commit/9eab1adb9ddfeef2a475ef8b60442a008713ca4c)), closes [#2543](https://togithub.com/semantic-release/semantic-release/issues/2543)
- **node-versions:** raised the minimum required node version to v18 ([#2620](https://togithub.com/semantic-release/semantic-release/issues/2620)) ([8a0d8be](https://togithub.com/semantic-release/semantic-release/commit/8a0d8be51f4bf21e10bc0cd41ffb5ce475112442))
##### Bug Fixes
- **env-ci:** updated to the stable esm-only version ([#2632](https://togithub.com/semantic-release/semantic-release/issues/2632)) ([918eb59](https://togithub.com/semantic-release/semantic-release/commit/918eb59bc5df3b9568f6893fc8d9dd96c32681b2))
- **secrets-masking:** used the proper named import from hook-std to enable masking for stderr ([#2619](https://togithub.com/semantic-release/semantic-release/issues/2619)) ([cf6befa](https://togithub.com/semantic-release/semantic-release/commit/cf6befa2e87759321f0707019b9c2326689307e4))
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 4am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
19.0.5
->20.1.3
Release Notes
semantic-release/semantic-release
### [`v20.1.3`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.3) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.2...v20.1.3) ##### Bug Fixes - **deps:** update dependency execa to v7.1.1 ([c38b53a](https://togithub.com/semantic-release/semantic-release/commit/c38b53a321f2139ecae9c77963d38f8d9d5b34f1)) ### [`v20.1.2`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.2) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.1...v20.1.2) ##### Bug Fixes - **deps:** update dependency cosmiconfig to v8.1.2 ([fbede54](https://togithub.com/semantic-release/semantic-release/commit/fbede5438814be829cd358fb687fef2f4b94e2e0)) ### [`v20.1.1`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.1) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.0...v20.1.1) ##### Bug Fixes - **deps:** update dependency execa to v7 ([#2709](https://togithub.com/semantic-release/semantic-release/issues/2709)) ([31d9bfe](https://togithub.com/semantic-release/semantic-release/commit/31d9bfe00a490d9c57ee5a309de635a4f5c28993)) ### [`v20.1.0`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.0) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.4...v20.1.0) ##### Features - **plugins:** add support for loading ESM plugins ([#2688](https://togithub.com/semantic-release/semantic-release/issues/2688)) ([d170f73](https://togithub.com/semantic-release/semantic-release/commit/d170f73e0b2a8a853a7bc58977a6b4b0887d8f17)) ### [`v20.0.4`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.4) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.3...v20.0.4) ##### Bug Fixes - **windows:** fixed issues preventing execution from windows ([#2672](https://togithub.com/semantic-release/semantic-release/issues/2672)) ([5df624c](https://togithub.com/semantic-release/semantic-release/commit/5df624c6e50304743ca40e82958cae825452574f)) ### [`v20.0.3`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.3) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.2...v20.0.3) ##### Reverts - Revert "chore(deps): update dependency ava to v5.1.1" ([#2682](https://togithub.com/semantic-release/semantic-release/issues/2682)) ([914b0a2](https://togithub.com/semantic-release/semantic-release/commit/914b0a26424065e036c792f48c0179fb888ad810)), closes [#2682](https://togithub.com/semantic-release/semantic-release/issues/2682) ### [`v20.0.2`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.2) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.1...v20.0.2) ##### Bug Fixes - **deps:** update dependency semver-diff to v4 ([#1915](https://togithub.com/semantic-release/semantic-release/issues/1915)) ([cb45d27](https://togithub.com/semantic-release/semantic-release/commit/cb45d27726418f27b20c9b7f2d50225c7a0028f6)) ### [`v20.0.1`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.1) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.0...v20.0.1) ##### Bug Fixes - **deps:** update dependency cosmiconfig to v8 ([f914c1e](https://togithub.com/semantic-release/semantic-release/commit/f914c1ed86d6b1a8b797664d84c1bd095a21ddb4)) - **deps:** update dependency hosted-git-info to v6 ([c4da008](https://togithub.com/semantic-release/semantic-release/commit/c4da008e29ccb3976385c446b317f7732218035a)) ### [`v20.0.0`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.0) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v19.0.5...v20.0.0) ##### BREAKING CHANGES - **esm:** semantic-release is now ESM-only. since it is used through its own executable, the impact on consuming projects should be minimal - **esm:** references to plugin files in configs need to include the file extension because of executing in an ESM context - **node-versions:** node v18 is now the minimum required version of node. this is in line with our [node support policy](https://semantic-release.gitbook.io/semantic-release/support/node-support-policy). please see [our recommendations](https://semantic-release.gitbook.io/semantic-release/support/node-version#recommended-solution) for releasing with a different node version than your project normally uses, if necessary. ##### Features - **esm:** convert to esm ([#2569](https://togithub.com/semantic-release/semantic-release/issues/2569)) ([9eab1ad](https://togithub.com/semantic-release/semantic-release/commit/9eab1adb9ddfeef2a475ef8b60442a008713ca4c)), closes [#2543](https://togithub.com/semantic-release/semantic-release/issues/2543) - **node-versions:** raised the minimum required node version to v18 ([#2620](https://togithub.com/semantic-release/semantic-release/issues/2620)) ([8a0d8be](https://togithub.com/semantic-release/semantic-release/commit/8a0d8be51f4bf21e10bc0cd41ffb5ce475112442)) ##### Bug Fixes - **env-ci:** updated to the stable esm-only version ([#2632](https://togithub.com/semantic-release/semantic-release/issues/2632)) ([918eb59](https://togithub.com/semantic-release/semantic-release/commit/918eb59bc5df3b9568f6893fc8d9dd96c32681b2)) - **secrets-masking:** used the proper named import from hook-std to enable masking for stderr ([#2619](https://togithub.com/semantic-release/semantic-release/issues/2619)) ([cf6befa](https://togithub.com/semantic-release/semantic-release/commit/cf6befa2e87759321f0707019b9c2326689307e4))Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 4am every weekday,every weekend" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.