chore(release): 1.19.0 [skip ci]

# [1.19.0](https://github.com/Cameri/nostream/compare/v1.18.0...v1.19.0) (2023-02-02)

### Bug Fixes

* crash when payments are disabled ([280e24f](280e24f75c))
* error on heartbeat ([9d1a027](9d1a027c0d))
* increase rate limits ([282f7db](282f7db0a1))
* invalid type for extname() ([f578247](f5782473eb))
* lots of bugs ([9c010e7](9c010e7865))
* nip-11 doc and tests ([4ec6f20](4ec6f20cc9))
* patch ([b0adba6](b0adba6abc))
* patch knex ([ad7ab69](ad7ab69d36))
* rate limiter err ([7778cd1](7778cd169b))
* refactor to use process.cwd() ([2469295](24692955f9))
* remove dupe updated_at column from invoice ([d1cdd96](d1cdd9672a))
* remove test file which is failing ci/cd ([77177a2](77177a20c0))
* since to be in seconds ([9021aa6](9021aa6b11))
* typo ([f9c7dbf](f9c7dbf9dd))
* upgrade @noble/secp256k1 from 1.7.0 to 1.7.1 ([a8f44cd](a8f44cd717))
* upgrade ws from 8.11.0 to 8.12.0 ([779f7b7](779f7b7fe6))
* use knex 2.4.0 everywhere ([a9b03b2](a9b03b27d7))

### Features

* add pay-to-relay ([2618a4d](2618a4d2dc))
* add yaml parser js-yaml ([bee6302](bee6302dd5))
* adding powered by ZBD badge if its enabled payment processor ([54684a7](54684a76f3))
* implement static mirroring ([cd4c60a](cd4c60a139))
* massive update ([f9c53ee](f9c53eeeb8))
* **utils:** refactor settings to use yaml ([5a8107f](5a8107f73c))
This commit is contained in:
semantic-release-bot 2023-02-02 05:32:31 +00:00
parent 45b08d8a21
commit 39d69e153d
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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