chore(release): 1.26.0 [skip ci]

# [1.26.0](https://github.com/Cameri/nostream/compare/v1.25.2...v1.26.0) (2024-01-12)

### Bug Fixes

* `invoice.verifyURL` undefined from lnurl processor getInvoice ([#325](https://github.com/Cameri/nostream/issues/325)) ([33c2fd5](33c2fd52e3))
* deleting parameterized replaceable event before event ([#354](https://github.com/Cameri/nostream/issues/354)) ([030bbb3](030bbb33b8))
* strange behavior with nip 33 parameterized replacable events and nip 40 expiration tag ([#316](https://github.com/Cameri/nostream/issues/316)) ([d1d4cb9](d1d4cb9e25))
* typos ([#334](https://github.com/Cameri/nostream/issues/334)) ([3b5b1fc](3b5b1fc85f))

### Features

* add nodeinfo support ([#347](https://github.com/Cameri/nostream/issues/347)) ([d9e4020](d9e402060d))
* **event_tags:** Add event_tags table and migration script ([#349](https://github.com/Cameri/nostream/issues/349)) ([9bf0262](9bf0262cfc))
This commit is contained in:
semantic-release-bot 2024-01-12 06:00:12 +00:00
parent 030bbb33b8
commit 4cf24b97a7
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "nostream",
"version": "1.25.2",
"version": "1.26.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostream",
"version": "1.25.2",
"version": "1.26.0",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.1",

View File

@ -1,6 +1,6 @@
{
"name": "nostream",
"version": "1.25.2",
"version": "1.26.0",
"description": "A Nostr relay written in Typescript.",
"supportedNips": [
1,