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

Version Packages
This commit is contained in:
hzrd149 2024-10-04 13:04:43 -05:00 committed by GitHub
commit 7dfcff462b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 12 additions and 16 deletions

View File

@ -1,5 +0,0 @@
---
"nsite-ts": patch
---
Update landing page

View File

@ -1,5 +0,0 @@
---
"nsite-ts": minor
---
Add support for ALL_PROXY env variable

View File

@ -1,5 +0,0 @@
---
"nsite-ts": minor
---
Add screenshots for nsites

View File

@ -1,5 +1,16 @@
# nsite-ts # nsite-ts
## 0.3.0
### Minor Changes
- 145f89d: Add support for ALL_PROXY env variable
- f25e240: Add screenshots for nsites
### Patch Changes
- 87fecfc: Update landing page
## 0.2.0 ## 0.2.0
### Minor Changes ### Minor Changes

View File

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