Merge pull request #13 from hzrd149/changeset-release/master

Version Packages
This commit is contained in:
hzrd149 2025-06-09 18:18:08 -05:00 committed by GitHub
commit 364e947245
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"nsite-gateway": patch
---
Fix returning setup page when event can't be found for pubkey

View File

@ -1,5 +1,11 @@
# nsite-gateway # nsite-gateway
## 1.0.1
### Patch Changes
- 1473eee: Fix returning setup page when event can't be found for pubkey
## 1.0.0 ## 1.0.0
### Major Changes ### Major Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "nsite-gateway", "name": "nsite-gateway",
"version": "1.0.0", "version": "1.0.1",
"description": "A blossom server implementation written in Typescript", "description": "A blossom server implementation written in Typescript",
"main": "build/index.js", "main": "build/index.js",
"type": "module", "type": "module",