#TIL that you can run `npm version patch` to do a patch (or minor, major etc) version increment which will update your package.json file and create a new git tag. Very cool.

#javascript #typescript #opensource #foss #fosstodon #npm #git #github #pnpm

@RatulMaharaj But if you want to bump according to the #SenVer rules, I think you have to use a heavy commits parser like #SemanticRelease