Skip to content

Commit

Permalink
release: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fvsch committed Oct 25, 2024
1 parent 31764d0 commit 008466b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Small, local HTTP server for static files.

- **Small:** no dependencies, 26.5 kilobytes gzipped.
- **Small:** no dependencies, 26 kilobytes gzipped.
- **Local:** designed for local development workflows.
- **Static:** serves files and directory listings.

Expand Down Expand Up @@ -64,7 +64,7 @@ For local testing, here are a few established alternatives you may prefer, with

| Package | Version | Dependencies | Installed size† |
| ------------- | ------- | ------------ | --------------- |
| [servitsy] | 0.4.0 | 0 | 128 kB |
| [servitsy] | 0.4.1 | 0 | 124 kB |
| [servor] | 4.0.2 | 0 | 144 kB |
| [sirv-cli] | 3.0.0 | 12 | 396 kB |
| [serve] | 14.2.3 | 89 | 7.6 MB |
Expand Down
5 changes: 5 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# servitsy changelog

## v0.4.1 (2024-10-25)

- fix(deno): check required dir access before server start (#27)
- fix(deno): handle.stat not available (#30)

## v0.4.0 (2024-10-20)

- BREAKING: invalid CLI arguments now stop the program (#26)
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "servitsy",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"description": "Small, local HTTP server for static files",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"typecheck": "tsc -p jsconfig.json && tsc -p test/jsconfig.json"
},
"devDependencies": {
"@types/node": "^20.17.0",
"@types/node": "^20.17.1",
"fs-fixture": "^2.5.0",
"linkedom": "^0.18.5",
"prettier": "^3.3.3",
Expand Down

0 comments on commit 008466b

Please sign in to comment.