Skip to content

Commit

Permalink
release: 1.6.1
Browse files Browse the repository at this point in the history
* feat: mime npm package

* fix: pipeline
  • Loading branch information
BCsabaEngine committed Dec 6, 2024
1 parent b55534a commit 39b284e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.6

### 1.6.1

- Chore: force publish npm

### 1.6.0

- Using mime npm package instead of mime-types: I prefer to use standard text/javascript. It better meets today's requirements.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelteesp32",
"version": "1.6.0",
"version": "1.6.1",
"description": "Convert Svelte (or any frontend) JS application to serve it from ESP32 webserver (PsychicHttp)",
"author": "BCsabaEngine",
"license": "ISC",
Expand Down

0 comments on commit 39b284e

Please sign in to comment.