If I setup a new development environment one thing I do is changing the npm init defaults.
npm config edit --global
I set init-author-name, init-author-email and init-version. A new initialized project is never "stable". So my default version is 0.1.0.