We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c9cf87 + 50c16ae commit 5852711Copy full SHA for 5852711
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ name: Publish package
5
6
on:
7
release:
8
- types: [created]
+ types: [published]
9
10
jobs:
11
build:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@getalby/sdk",
3
- "version": "3.0.0",
+ "version": "3.1.0",
4
"description": "The SDK to integrate with Nostr Wallet Connect and the Alby API",
"repository": "https://github.com/getAlby/js-sdk.git",
"bugs": "https://github.com/getAlby/js-sdk/issues",
0 commit comments