mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-20 04:20:39 +02:00
v0.38.1
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# nostrudel
|
||||
|
||||
## 0.38.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Always use the bitcoin connect webln
|
||||
|
||||
## 0.38.0
|
||||
|
||||
### Minor Changes
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostrudel",
|
||||
"version": "0.38.0",
|
||||
"version": "0.38.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@@ -8,7 +8,7 @@ import "./services/user-event-sync";
|
||||
import { init, onConnected } from "@getalby/bitcoin-connect-react";
|
||||
init({ appName: "noStrudel" });
|
||||
onConnected((provider) => {
|
||||
if (!window.webln) window.webln = provider;
|
||||
window.webln = provider;
|
||||
});
|
||||
|
||||
// setup dayjs
|
||||
|
Reference in New Issue
Block a user