Skip to content

Commit 8bd3eb5

Browse files
committed
release: 1.8.1
1 parent 5ba3520 commit 8bd3eb5

File tree

3 files changed

+54
-39
lines changed

3 files changed

+54
-39
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.8
44

5+
### 1.8.1
6+
7+
- Fix: http header casing
8+
59
### 1.8.0
610

711
- Using the new and maintained ESPAsyncWebserver available at https://github.com/ESP32Async/ESPAsyncWebServer, that has some deprecations.

Diff for: package-lock.json

+46-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelteesp32",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Convert Svelte (or any frontend) JS application to serve it from ESP32 webserver (PsychicHttp)",
55
"author": "BCsabaEngine",
66
"license": "ISC",
@@ -55,11 +55,11 @@
5555
],
5656
"devDependencies": {
5757
"@types/mime-types": "^2.1.4",
58-
"@types/node": "^22.13.9",
58+
"@types/node": "^22.13.10",
5959
"@typescript-eslint/eslint-plugin": "^8.26.0",
6060
"@typescript-eslint/parser": "^8.26.0",
61-
"eslint": "^9.21.0",
62-
"eslint-config-prettier": "^10.0.2",
61+
"eslint": "^9.22.0",
62+
"eslint-config-prettier": "^10.1.1",
6363
"eslint-plugin-simple-import-sort": "^12.1.1",
6464
"eslint-plugin-unicorn": "^57.0.0",
6565
"nodemon": "^3.1.9",

0 commit comments

Comments
 (0)