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

Version Packages
This commit is contained in:
hzrd149 2025-01-22 12:27:11 -06:00 committed by GitHub
commit b781b7dfe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 13 additions and 21 deletions

View File

@ -1,5 +0,0 @@
---
"nsite-ts": patch
---
Fix serving hidden files in .well-known

View File

@ -1,5 +0,0 @@
---
"nsite-ts": minor
---
Replace homepage with simple welcome page

View File

@ -1,5 +0,0 @@
---
"nsite-ts": minor
---
Add option to download another nsite as a homepage

View File

@ -1,5 +0,0 @@
---
"nsite-ts": minor
---
Add colors to logging

View File

@ -1,5 +1,17 @@
# nsite-ts
## 0.6.0
### Minor Changes
- c84396e: Replace homepage with simple welcome page
- c84396e: Add option to download another nsite as a homepage
- 2ac847f: Add colors to logging
### Patch Changes
- 5be0822: Fix serving hidden files in .well-known
## 0.5.2
### Patch Changes

View File

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