You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v4.0.26 was incorrectly released as a patch. The
breaking changes introduced in that release (IE11 support dropped, dist
files changed from ES5 to ES2015+) should have triggered a major bump
to 5.0.0. This commit corrects the release rule configuration and
re-triggers the major version bump.
Bug Fixes
correct breaking change version bump in semantic-release config (#184) (d6b17eb)