chore(release): 1.20.0 [skip ci]

# [1.20.0](https://github.com/Cameri/nostream/compare/v1.19.0...v1.20.0) (2023-02-04)

### Bug Fixes

* disable commitlint case rules ([b8c3536](b8c35364a7))
* remove footer-max-line-length rule ([43186a0](43186a01e6))

### Features

* added uri string for redis and postgres ([1475d65](1475d65b41))
* NIP-40 ([#148](https://github.com/Cameri/nostream/issues/148)) ([2bbe798](2bbe798760))
This commit is contained in:
semantic-release-bot 2023-02-04 01:47:24 +00:00
parent 43186a01e6
commit 3af69967e5
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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