chore(release): 1.7.1 [skip ci]

## [1.7.1](https://github.com/Cameri/nostr-ts-relay/compare/v1.7.0...v1.7.1) (2022-11-09)

### Bug Fixes

* set deduplication for old replaceable evts ([d23d4fa](d23d4fa275))
* treat kind 0 and 3 as replaceable events ([feaae03](feaae03604))
This commit is contained in:
semantic-release-bot 2022-11-09 04:26:01 +00:00 committed by Ricardo Arturo Cabral Mejia
parent 41181368b3
commit 8cf3069a8b
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "nostr-ts-relay",
"version": "1.6.0",
"version": "1.7.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostr-ts-relay",
"version": "1.6.0",
"version": "1.7.1",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.0",

View File

@ -1,6 +1,6 @@
{
"name": "nostr-ts-relay",
"version": "1.6.0",
"version": "1.7.1",
"description": "A nostr relay written in Typescript.",
"supportedNips": [
1,