chore(release): 1.11.0 [skip ci]

# [1.11.0](https://github.com/Cameri/nostr-ts-relay/compare/v1.10.0...v1.11.0) (2022-12-21)

### Bug Fixes

* integration tests ([f3c801e](f3c801e503))
* mount coverage config on container ([476757f](476757fc46))
* postgres config not mounted ([5edfc04](5edfc04d77))
* rogue 200 OK on ws connect ([6b37d69](6b37d6983a))
* type errors ([f309798](f3097983a0))

### Features

* ignore dupe subscriptions ([433b7f8](433b7f8707))
This commit is contained in:
semantic-release-bot 2022-12-21 06:51:30 +00:00
parent 476757fc46
commit bb428f3e3e
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.10.0",
"version": "1.11.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostr-ts-relay",
"version": "1.10.0",
"version": "1.11.0",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.0",

View File

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