chore(release): 1.10.0 [skip ci]

# [1.10.0](https://github.com/Cameri/nostr-ts-relay/compare/v1.9.4...v1.10.0) (2022-12-17)

### Bug Fixes

* postgresql config not mounted ([a102cfc](a102cfcf9f))
* upgrade redis from 4.5.0 to 4.5.1 ([e7454c3](e7454c39be))

### Features

* add postgresql.conf ([4b1de5a](4b1de5afee))
This commit is contained in:
semantic-release-bot 2022-12-17 05:00:50 +00:00
parent a102cfcf9f
commit 72252ecbc4
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "nostr-ts-relay",
"version": "1.9.4",
"version": "1.10.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostr-ts-relay",
"version": "1.9.4",
"version": "1.10.0",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.0",

View File

@ -1,6 +1,6 @@
{
"name": "nostr-ts-relay",
"version": "1.9.4",
"version": "1.10.0",
"description": "A nostr relay written in Typescript.",
"supportedNips": [
1,