Skip to content

Commit

Permalink
tag version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jul 13, 2024
1 parent aed8017 commit f10f1b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@negrel/webpush",
"version": "0.2.0",
"version": "0.3.0",
"exports": "./mod.ts",
"compilerOptions": {
"allowJs": false,
Expand Down
1 change: 0 additions & 1 deletion example/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ self.addEventListener("push", (e) => {
// See https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification
self.registration.showNotification(data.title, data);
});

0 comments on commit f10f1b6

Please sign in to comment.