Update Notifier Versions Save

Update notifications for your CLI app

v7.0.0

6 months ago

Breaking

  • Require Node.js 18 431dac4
  • Drop Yarn install commands in update message a1d8d9d

https://github.com/yeoman/update-notifier/compare/v6.0.2...v7.0.0

v6.0.1

1 year ago

v6.0.0

1 year ago

Breaking

  • Require Node.js 14 9183541
  • This package is now pure ESM. Please read this.

https://github.com/yeoman/update-notifier/compare/v5.1.0...v6.0.0

v5.1.0

3 years ago

v5.0.1

3 years ago

v5.0.0

3 years ago

Breaking

  • Require Node.js 10 5b440c2

Fixes

  • Don't suggest to upgrade to lower version (#192) 3dfe42d

https://github.com/yeoman/update-notifier/compare/v4.1.1...v5.0.0

v4.1.1

3 years ago
  • Improve vertical alignment of the notifier output (#183) f42fc8f

https://github.com/yeoman/update-notifier/compare/v4.1.0...v4.1.1

v4.1.0

4 years ago
  • Add template support for the message option (#175) adbeb6e

https://github.com/yeoman/update-notifier/compare/v4.0.0...v4.1.0

v3.0.1

4 years ago
  • Remove object spread to support node >=8.0.0 <8.6.0