Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Jun 26, 2023
1 parent 24a1dd0 commit 9b8f362
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0](https://github.com/alexbrazier/simple-update-notifier/compare/v1.1.0...v2.0.0) (2023-06-26)

## BREAKING CHANGES

- Bump semver version to avoid audit errors for users of the library (#19)
- Min node version is now >= 10
- If you already use a higher version of node then you can safely upgrade

## Other Updates

- chore(deps): bump ua-parser-js from 1.0.2 to 1.0.33 (#17)
- chore(deps): bump json5 from 2.2.1 to 2.2.3 (#18)
- Update dev dependencies to latest (#21)
- Force semver to latest version in for dev deps (#22)

# [1.1.0](https://github.com/alexbrazier/simple-update-notifier/compare/v1.0.8...v1.1.0) (2022-11-24)

Add debug flag to simpleUpdateNotifier() (#15)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-update-notifier",
"version": "1.1.0",
"version": "2.0.0",
"description": "Simple update notifier to check for npm updates for cli applications",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 9b8f362

Please sign in to comment.