Skip to content

Commit 9b8f362

Browse files
committed
chore: release 2.0.0
1 parent 24a1dd0 commit 9b8f362

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

318
Add debug flag to simpleUpdateNotifier() (#15)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)