mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
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 * 🐛 docker permissions and environment variable names ([8326c8a](8326c8a0a4
)) * 🐛 error retrying the connection ([3eb9d83](3eb9d836b9
)) * 🐛 volume permissions and error messages ([d955a7c](d955a7c653
)) * deleted_at not saved in UTC tz ([297a07e](297a07e281
)) * excessive cache writes ([273dcc6](273dcc6530
)) * integration tests ([dbf8a7f](dbf8a7f345
)) * integration tests ([1db3343](1db3343ef8
)) * tor_proxy ([92640f2](92640f2d3b
)) ### Features * add support to dotenv files ([c439dc8](c439dc85df
)) * automatic onion services ([086b750](086b750528
)) * automatic onion services ([3731d03](3731d03230
)) ### Reverts * some forgotten changes in docker ([d8c5c26](d8c5c26f32
))
This commit is contained in:
parent
297a07e281
commit
45348c0415
4
package-lock.json
generated
4
package-lock.json
generated
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostream",
|
||||
"version": "1.16.0",
|
||||
"version": "1.17.0",
|
||||
"description": "A Nostr relay written in Typescript.",
|
||||
"supportedNips": [
|
||||
1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user