mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
v0.38.1
This commit is contained in:
parent
eb7f2bfa29
commit
a38710e630
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user