Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Aug 13, 2020
1 parent 25ffe15 commit c374fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-notifier",
"version": "7.0.2",
"version": "8.0.0",
"description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
"main": "index.js",
"scripts": {
Expand Down

4 comments on commit c374fe1

@SimenB
Copy link

@SimenB SimenB commented on c374fe1 Aug 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not on npm? 👀

image

@mikaelbr
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working on it as we speak. Was about to also send PR to jest-reporters

@mikaelbr
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SimenB It's out now. Figure you're bumping version self, then?

@SimenB
Copy link

@SimenB SimenB commented on c374fe1 Aug 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Please send a PR if you're up for it!

Please sign in to comment.