chore(release): 1.7.5 [skip ci]

## [1.7.5](https://github.com/Cameri/nostr-ts-relay/compare/v1.7.4...v1.7.5) (2022-11-12)

### Bug Fixes

* use utf8 instead of utf-8 for ws messages ([4dc2405](4dc2405317))
This commit is contained in:
semantic-release-bot 2022-11-12 12:40:28 +00:00
parent 4dc2405317
commit 9335e38b37
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.7.4",
"version": "1.7.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostr-ts-relay",
"version": "1.7.4",
"version": "1.7.5",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.0",

View File

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