bun icon indicating copy to clipboard operation
bun copied to clipboard

Support version command (like `npm version`)

Open shawshankkumar opened this issue 1 year ago • 1 comments

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.

image

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

shawshankkumar avatar Sep 13 '23 17:09 shawshankkumar

I would love to see this, too

denjpeters avatar Apr 08 '24 00:04 denjpeters