Skip to content

Commit 39b284e

Browse files
committed
release: 1.6.1
* feat: mime npm package * fix: pipeline
1 parent b55534a commit 39b284e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

33
## 1.6
44

5+
### 1.6.1
6+
7+
- Chore: force publish npm
8+
59
### 1.6.0
610

711
- Using mime npm package instead of mime-types: I prefer to use standard text/javascript. It better meets today's requirements.

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelteesp32",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Convert Svelte (or any frontend) JS application to serve it from ESP32 webserver (PsychicHttp)",
55
"author": "BCsabaEngine",
66
"license": "ISC",

0 commit comments

Comments
 (0)