From 45348c0415005430e78ba5a1b658d3550ff3f409 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Jan 2023 06:35:09 +0000 Subject: [PATCH] chore(release): 1.17.0 [skip ci] # [1.17.0](https://github.com/Cameri/nostream/compare/v1.16.0...v1.17.0) (2023-01-16) ### Bug Fixes * :bug: docker permissions and environment variable names ([8326c8a](https://github.com/Cameri/nostream/commit/8326c8a0a4f90883566d07e5d39bccbd83eefc1f)) * :bug: error retrying the connection ([3eb9d83](https://github.com/Cameri/nostream/commit/3eb9d836b9edc528fe739d811dd17843c7b21353)) * :bug: volume permissions and error messages ([d955a7c](https://github.com/Cameri/nostream/commit/d955a7c653c789e484ba170bd8d5f348ced37581)) * deleted_at not saved in UTC tz ([297a07e](https://github.com/Cameri/nostream/commit/297a07e2813b748e362d80e81210789882002105)) * excessive cache writes ([273dcc6](https://github.com/Cameri/nostream/commit/273dcc65303b9fef9b974715cd65932cb6fd8c6f)) * integration tests ([dbf8a7f](https://github.com/Cameri/nostream/commit/dbf8a7f345480a182393f3d27c920c4ccd242bb6)) * integration tests ([1db3343](https://github.com/Cameri/nostream/commit/1db3343ef8225e9cd0eab2687628623e1f0b6566)) * tor_proxy ([92640f2](https://github.com/Cameri/nostream/commit/92640f2d3ba20b870d53cf6600be842093aefdb1)) ### Features * add support to dotenv files ([c439dc8](https://github.com/Cameri/nostream/commit/c439dc85dfbac3ae23a45c1989da1fc35617bc49)) * automatic onion services ([086b750](https://github.com/Cameri/nostream/commit/086b75052877561f748b34249b43928296ee5834)) * automatic onion services ([3731d03](https://github.com/Cameri/nostream/commit/3731d03230f34c26d37eb751fce009c1d2b46a2a)) ### Reverts * some forgotten changes in docker ([d8c5c26](https://github.com/Cameri/nostream/commit/d8c5c26f32b1b670176065892a95429a1e575777)) --- 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 3be5ee95..5445db99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nostream", - "version": "1.16.0", + "version": "1.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nostream", - "version": "1.16.0", + "version": "1.17.0", "license": "MIT", "dependencies": { "@noble/secp256k1": "1.7.0", diff --git a/package.json b/package.json index 90012271..143d545c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nostream", - "version": "1.16.0", + "version": "1.17.0", "description": "A Nostr relay written in Typescript.", "supportedNips": [ 1,