chore(release): 1.9.0 [skip ci]

# [1.9.0](https://github.com/Cameri/nostr-ts-relay/compare/v1.8.0...v1.9.0) (2022-11-23)

### Features

* add content.maxLength setting ([2089c9f](2089c9fd61))
* reject events with long content field ([9364412](9364412677))
This commit is contained in:
semantic-release-bot 2022-11-23 01:00:09 +00:00
parent e646ff140e
commit 30e6edf072
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.8.0",
"version": "1.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostr-ts-relay",
"version": "1.8.0",
"version": "1.9.0",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.0",

View File

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