chore(release): 1.15.1 [skip ci]

## [1.15.1](https://github.com/Cameri/nostream/compare/v1.15.0...v1.15.1) (2022-12-29)

### Bug Fixes

* bump json5 dep ([fa1a9af](fa1a9af088))
* handle malformed incoming messages ([ea2621f](ea2621f96e))
* reject sub with unsafe ints in since/until ([fe9ad92](fe9ad92b44))
This commit is contained in:
semantic-release-bot 2022-12-29 17:20:45 +00:00
parent ea2621f96e
commit 1073ef20c4
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "nostream",
"version": "1.15.0",
"version": "1.15.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostream",
"version": "1.15.0",
"version": "1.15.1",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.0",

View File

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