Release 1.2.7 changes to require engine node >= 18 AND peerDependencies: semantic-release >= 20.1.0, this is (at least in my eyes) a breaking change. Because before nodejs 12 and everything would still work perfectly fine, but now package managers may automatically update to the latest patch version, likely yelling at you and maybe even exiting with a non-0 exit code because it couldnt satisfy the requirements
Consider removing that release and release a 2.0.0 instead, or at the very least a 1.3.0
Release
1.2.7changes to requireenginenode >= 18ANDpeerDependencies: semantic-release >= 20.1.0, this is (at least in my eyes) a breaking change. Because before nodejs 12 and everything would still work perfectly fine, but now package managers may automatically update to the latest patch version, likely yelling at you and maybe even exiting with a non-0 exit code because it couldnt satisfy the requirementsConsider removing that release and release a
2.0.0instead, or at the very least a1.3.0