meteor v1.6.1.1 Release Notes

Release Date: 2018-04-02 // about 6 years ago
  • 💥 Breaking changes

    N/A

    Migration Steps

    • ⚡️ Update @babel/runtime npm package and any custom Babel plugin enabled in .babelrc sh meteor npm install @babel/runtime@latest

    🔄 Changes

    • ⚡️ Node has been updated to version 8.11.1, an important security release, with a critical patch applied to solve a segmentation fault problem that was introduced in Node 8.10.0.

    • ⚡️ The meteor-babel npm package has been updated to version 7.0.0-beta.42, which may require updating any custom Babel plugins you've enabled in a .babelrc file, and/or running the following command to update @babel/runtime:

      meteor npm install @babel/runtime@latest