Releases: pmowrer/semantic-release-monorepo
Releases · pmowrer/semantic-release-monorepo
v7.0.1
7.0.1 (2020-03-05)
Bug Fixes
- plugin configs weren't working (1aac4c6)
v7.0.0
7.0.0 (2020-02-06)
Bug Fixes
- update plugin wrappers for 15.11+ compat (0433891)
BREAKING CHANGES
- This plugin now only supports
semantic-release
15.11 and above.
v6.1.1
6.1.1 (2018-09-05)
Bug Fixes
- update
semantic-release
peer dep to support 15.x.x (502d5ef)
v6.1.0
6.1.0 (2018-09-05)
Features
- allow to define multiple
generateNotes
plugins (691d74c), closes #52
v6.0.4
6.0.4 (2018-09-05)
Bug Fixes
- this major version not compat w/
semantic-release
>= 15.7 (6a4c9b8)
v6.0.3
6.0.3 (2018-05-29)
Bug Fixes
- limited maximum concurrent process spawns (169e18c), closes #43
v6.0.2
6.0.2 (2018-05-29)
Bug Fixes
v6.0.1
6.0.1 (2018-04-02)
Bug Fixes
- get commit analyzer to work on windows (and hopefully all other platforms) (9409950)
- with files return value (e6ee5b5)
v6.0.0
6.0.0 (2018-02-24)
Bug Fixes
- path to semantic-release's plugin definitions changed (6f67d9f)
BREAKING CHANGES
- Bump semantic-release peer dependency to 13.4.1 - 15.x.x.
We depend on semantic-release's internal plugin definitions
in order to provide the same default behavior. The file path from
where we import those definitons changed in semantic-release
13.3.0.
v5.0.1
5.0.1 (2018-02-24)
Bug Fixes
- lock down
semantic-release
peer dep version (b20bba3)