mrm-task-semantic-release@5.0.0
·
104 commits
to master
since this release
5.0.0 (2021-04-07)
Features
- Autoload tasks and presets (#99) (b866455), closes #97
- Increase supported node version from 8 to 10 (#138) (224c673)
BREAKING CHANGES
- Node 8 or 9 are no longer supported, the minimum supported version is now 10.13.
- Mrm will no longer load globally installed tasks and presets but will autoload them directly from npm, similar to how npx works (we're actually using npx under the hood).