chore(release): 2.0.0 [skip ci]

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

* feat!: remove nip-26 delegation support (#350) ([6760ab0](6760ab0e10)), closes [#350](https://github.com/Cameri/nostream/issues/350)

### BREAKING CHANGES

* NIP-26 support has been removed. Delegated events will not be handled differently.
This commit is contained in:
semantic-release-bot 2024-01-12 23:12:12 +00:00
parent 6760ab0e10
commit 64d0f79178
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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