From 39d69e153db82f4f0c5e3565c290a47a9f207125 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Feb 2023 05:32:31 +0000 Subject: [PATCH] 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](https://github.com/Cameri/nostream/commit/280e24f75cce1e9376e000a75b88791cc7e6d185)) * error on heartbeat ([9d1a027](https://github.com/Cameri/nostream/commit/9d1a027c0d06069dbbd387653b817723def15d97)) * increase rate limits ([282f7db](https://github.com/Cameri/nostream/commit/282f7db0a131a6fcc73f580b0da2391146c3a535)) * invalid type for extname() ([f578247](https://github.com/Cameri/nostream/commit/f5782473eb9a7c42973ab524e6db9b1f97c7ac8d)) * lots of bugs ([9c010e7](https://github.com/Cameri/nostream/commit/9c010e78657012167a13293f274d66a880363fc7)) * nip-11 doc and tests ([4ec6f20](https://github.com/Cameri/nostream/commit/4ec6f20cc994fffed03bf51292747cd4d543a4f3)) * patch ([b0adba6](https://github.com/Cameri/nostream/commit/b0adba6abcf52a58cc510dbd85ef6b744ed57f24)) * patch knex ([ad7ab69](https://github.com/Cameri/nostream/commit/ad7ab69d362b4a595701e9fc0049bd197b5461ca)) * rate limiter err ([7778cd1](https://github.com/Cameri/nostream/commit/7778cd169b5bd26dad64563fb052296c1b7737b2)) * refactor to use process.cwd() ([2469295](https://github.com/Cameri/nostream/commit/24692955f9100557df8e39f0c3d2e37e8819d403)) * remove dupe updated_at column from invoice ([d1cdd96](https://github.com/Cameri/nostream/commit/d1cdd9672a73639b1e14131ed7ab64319ed3a36a)) * remove test file which is failing ci/cd ([77177a2](https://github.com/Cameri/nostream/commit/77177a20c0600d5a9c76e5621d37a94ad8f96008)) * since to be in seconds ([9021aa6](https://github.com/Cameri/nostream/commit/9021aa6b118332b1d8dfbe87fa0c3e2b5d8500d6)) * typo ([f9c7dbf](https://github.com/Cameri/nostream/commit/f9c7dbf9dd24d8ea2afd582042c53ca6631e461f)) * upgrade @noble/secp256k1 from 1.7.0 to 1.7.1 ([a8f44cd](https://github.com/Cameri/nostream/commit/a8f44cd717188288b46b5e75c1b1509a509b3c1c)) * upgrade ws from 8.11.0 to 8.12.0 ([779f7b7](https://github.com/Cameri/nostream/commit/779f7b7fe65075be7beac6a5a5b2b655d7660c77)) * use knex 2.4.0 everywhere ([a9b03b2](https://github.com/Cameri/nostream/commit/a9b03b27d797cd867d667fe777aa199731f4b0e0)) ### Features * add pay-to-relay ([2618a4d](https://github.com/Cameri/nostream/commit/2618a4d2dc93551f74ab89df5cb04c8928b0d6d0)) * add yaml parser js-yaml ([bee6302](https://github.com/Cameri/nostream/commit/bee6302dd5dab23e0fb1cb4acefbafb9dc1c85f7)) * adding powered by ZBD badge if its enabled payment processor ([54684a7](https://github.com/Cameri/nostream/commit/54684a76f3e49a8823f63c2b42e0c4d6bcd6e555)) * implement static mirroring ([cd4c60a](https://github.com/Cameri/nostream/commit/cd4c60a139fb39d8c107044616b75157aed2f192)) * massive update ([f9c53ee](https://github.com/Cameri/nostream/commit/f9c53eeeb841cedb0aec59a40b78ac9eaeec37a7)) * **utils:** refactor settings to use yaml ([5a8107f](https://github.com/Cameri/nostream/commit/5a8107f73cfa435f4b7983803387e6d854d3e82d)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 306f5854..34802e12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e6249048..e5447aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nostream", - "version": "1.18.0", + "version": "1.19.0", "description": "A Nostr relay written in Typescript.", "supportedNips": [ 1,