Version Packages

This commit is contained in:
github-actions[bot] 2024-10-18 10:30:02 +00:00
parent db172d4d0a
commit 21744469cd
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
"nsite-ts": minor
---
Add support for custom 404.html pages

View File

@ -1,5 +1,11 @@
# nsite-ts # nsite-ts
## 0.5.0
### Minor Changes
- db172d4: Add support for custom 404.html pages
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "nsite-ts", "name": "nsite-ts",
"version": "0.4.0", "version": "0.5.0",
"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",