Releasing a new version to npm

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

When you want to add a new feature, fix a bug, or push out a breaking API change, you need to take Semantic Versioning into account. In this lesson, learn what each number means as well as how to push out a new version of your library.

Jasper Moelker
~ 9 years ago

The npm version (in this case npm version minor) would simplify this workflow. See https://docs.npmjs.com/cli/version .

Kent C. Doddsinstructor
~ 9 years ago

Hi Jasper, you're correct. However, you'll find in future lessons that we wont need to manage the version ourself at all ๐Ÿ˜€ ๐Ÿ‘