-
-
Notifications
You must be signed in to change notification settings - Fork 914
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
v3.0.1 introduces breaking change and should be v4.0.0 #167
Comments
You're right. That appears to work for me too. Let me look into this a little further. FWIW, this is the issue that prompted this yarnpkg/yarn#2072 |
I haven't been able to get back into a repro state at this point, so I'm not too sure exactly what was wrong. Closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v3.0.0...v3.0.1
The changes in v3.0.1 make it so that
const uuid = require('uuid');
no longer works. As such, I believe this should be bumping the major version number rather than the patch version.This is getting https://github.com/request/request into trouble as it pins to
^3.0.0
which breaks on3.0.1
The text was updated successfully, but these errors were encountered: