npm web-ext 6.0.0

latest releases: 6.7.0, 6.6.0, 6.5.0...
3 years ago

⚠ BREAKING CHANGES ⚠

  • Dropped support for node.js 10 👋

  • The filename option has been moved in the build options (where it does actually belong), if you were setting the filename option value from a config file you'll need to update the config file:

module.exports = {
  build: { filename: "...." },
};

Bug Fixes

  • web-ext build: Moved filename option into the build command options (#2178)

  • web-ext sign: Updated sign-addon to v3.3.0 (#2128 / #2153)

  • Various dependencies updated to their last released versions: bunyan v1.8.15 (#2114), camelcase v6.2.0 (#2046), decamelize v5 (#2117), firefox-profile v4.1.0 (#2170), fs-extra v9.1.0 (#2132), multimatch v5 (#2048), node-notifier v9 (#2103), open v7.4.2 (#2111 / #2140 / #2158 / #2161), parse-json v5.2.0 (#2005), update-notifier to v5.1.0 (#2063 / #2139), watchpack v2 (#2024), ws v7.4.3 (#2141), yargs v16 (#2015), zip-dir v2 (#2080)

Features

See all changes: 5.5.0...6.0.0

Don't miss a new web-ext release

NewReleases is sending notifications on new releases.