Do you recommend me to update Meteor 1.4.1.1 to Meteor 1.4.1.2?

Hi everybody, a one month ago I install Meteor in my computer, its version was 1.4.1.1, and I started with my project, but since a week ago I am receiving a message after running ‘meteor’, this message says that there is a new version 1.4.1.2 available and I can update doing meteor update --path.
What do you recommend me to do? I keep my version in 1.4.1.1 or update it to 1.4.1.2? because my project is advanced I am afraid it stops working.

In general, I’d recommend you just look up the change log / pull request for the releases in the meteor repository to know what changed. Read the blogs on the larger releases, they usually have a list of breaking changes and things to consider.

In this case though, it is just a minor node version bump release that should not break anything.

Thanks, I will update it. :slight_smile: