File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 2.0.0] ( https://github.com/alexbrazier/simple-update-notifier/compare/v1.1.0...v2.0.0 ) (2023-06-26)
2+
3+ ## BREAKING CHANGES
4+
5+ - Bump semver version to avoid audit errors for users of the library (#19 )
6+ - Min node version is now >= 10
7+ - If you already use a higher version of node then you can safely upgrade
8+
9+ ## Other Updates
10+
11+ - chore(deps): bump ua-parser-js from 1.0.2 to 1.0.33 (#17 )
12+ - chore(deps): bump json5 from 2.2.1 to 2.2.3 (#18 )
13+ - Update dev dependencies to latest (#21 )
14+ - Force semver to latest version in for dev deps (#22 )
15+
116# [ 1.1.0] ( https://github.com/alexbrazier/simple-update-notifier/compare/v1.0.8...v1.1.0 ) (2022-11-24)
217
318Add debug flag to simpleUpdateNotifier() (#15 )
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-update-notifier" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " Simple update notifier to check for npm updates for cli applications" ,
55 "main" : " build/index.js" ,
66 "types" : " build/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments