Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Nov 24, 2022
1 parent 2daeb9f commit 394516c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [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)
Use stderr, not stdout, for notification (#16)

## [1.0.8](https://github.com/alexbrazier/simple-update-notifier/compare/v1.0.7...v1.0.8) (2022-11-23)

Adds support for vendor prefixed packages (#12)
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.0.8",
"version": "1.1.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 394516c

Please sign in to comment.