TIL: Simplify node project versioning with 'npm version'
Aug 1, 2021 · 2 min read · I must admit this first, eventhough I've been developing in node for years I've missed this feature offered by npm. All this time whenever we need to bump the package version in package.json and package-lock.json, we used to either update the version...
Join discussion