Skip to content
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

Mismatching version numbers on github releases and npm (0.40.0 vs 0.40.1) #399

Closed
pnappa opened this issue Feb 26, 2024 · 2 comments
Closed

Comments

@pnappa
Copy link

pnappa commented Feb 26, 2024

Hi, not sure if this is intentional or not, but I notice that the latest version on npm is 0.40.1, whilst the github releases page has 0.40.0.

See
https://www.npmjs.com/package/argon2?activeTab=versions
and
https://github.com/ranisalt/node-argon2/releases/tag/v0.40.0

They both were released on the same day, so it looks like it may have been a mistake/consequence of the alpha versioning?

@ranisalt
Copy link
Owner

It is intentional, exactly what you said. It happened because NPM won't let me publish 0.40.0 because semver considers 0.40.0 to be lower than 0.40.0-alphaN, so I had to bump patch version. Next release should be 0.40.2 or 0.41.0 and will resync between Github and NPM

@pnappa
Copy link
Author

pnappa commented Feb 26, 2024

Alright cool! Cheers

@pnappa pnappa closed this as completed Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants