-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 7.5.0 #549
chore: release 7.5.0 #549
Conversation
Release ManagerRelease workflow run: https://github.com/npm/node-semver/actions/runs/4723796619 Force CI to Update This ReleaseThis PR will be updated and CI will run for every non-
Release Checklist for v7.5.0
|
b63430e
to
51ed80f
Compare
a59742c
to
75f39ef
Compare
Double checking #547 and I see a problem where it would have thrown with a good warning, now it throws w/ an unexpected error
> semver.diff('foo', '1.2.3')
Uncaught TypeError: Invalid Version: null now > semver.diff('foo', '1.2.3')
Uncaught TypeError: Cannot read properties of null (reading 'compare') Need to fix this before releasing. #552 is the fix |
75f39ef
to
c4186af
Compare
c4186af
to
8a04062
Compare
Release Workflow
|
🤖 I have created a release beep boop
7.5.0 (2023-04-17)
Features
503a4e5
#548 allow identifierBase to be false (feat: allow identifierBase to be false #548) (@lsvalina)Bug Fixes
e219bb4
#552 throw on bad version with correct error message (fix: throw on bad version with correct error message #552) (@wraithgar)fc2f3df
#546 incorrect results from diff sometimes with prerelease versions (fix: incorrect results from diff sometimes with prerelease versions #546) (@tjenkinson)2781767
#547 avoid re-instantiating SemVer during diff compare (fix: avoid re-instantiating SemVer during diff compare #547) (@macno)This PR was generated with Release Please. See documentation.