bun
bun copied to clipboard
Support version command (like `npm version`)
What is the problem this feature would solve?
If version needs to be update in package.json, npm version patch | minor | major can bump it for us, Very helpful in ci environments and for publishing packages.
Bun lacks that.
What is the feature you are proposing to solve the problem?
bun version patch bun version minor bun version match
What alternatives have you considered?
Nothing. Currently I am migrating my project from node/pnpm and jest to bun. This is the only blocker thus far!
https://github.com/shawshankkumar/express-status-validation
I would love to see this, too