pdupavillon / express-recaptcha

Implementation of google recaptcha v2 & V3 solutions for express.js
MIT License
128 stars 21 forks source link

npm requires semver #2

Closed unascribed closed 9 years ago

unascribed commented 9 years ago

I'm using this library in an application, and recently had a hell of a time debugging because you guys changed the way the library works in a breaking fashion and incremented the minor version instead of the major version.

The commit that pulls #1 should have changed the version to 2.0.0 to prevent this.

Whether or not you fix this in the existing package is irrelevant, but in the future please make sure your npm packages follow semver.