Skip to content

Commit f10f1b6

Browse files
committed
tag version 0.3.0
1 parent aed8017 commit f10f1b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@negrel/webpush",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"exports": "./mod.ts",
55
"compilerOptions": {
66
"allowJs": false,

example/sw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ self.addEventListener("push", (e) => {
44
// See https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification
55
self.registration.showNotification(data.title, data);
66
});
7-

0 commit comments

Comments
 (0)