chore(release): 1.21.0 [skip ci]

# [1.21.0](https://github.com/Cameri/nostream/compare/v1.20.0...v1.21.0) (2023-02-04)

### Features

* Add health api endpoint or kind ([#166](https://github.com/Cameri/nostream/issues/166)) ([bfcdac5](bfcdac51b0))
This commit is contained in:
semantic-release-bot 2023-02-04 07:15:16 +00:00
parent bfcdac51b0
commit 67ad1eb1d1
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "nostream", "name": "nostream",
"version": "1.20.0", "version": "1.21.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nostream", "name": "nostream",
"version": "1.20.0", "version": "1.21.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@noble/secp256k1": "1.7.1", "@noble/secp256k1": "1.7.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "nostream", "name": "nostream",
"version": "1.20.0", "version": "1.21.0",
"description": "A Nostr relay written in Typescript.", "description": "A Nostr relay written in Typescript.",
"supportedNips": [ "supportedNips": [
1, 1,