Skip to content

Commit abb1360

Browse files
committed
release: 1.4.1
1 parent 4dcce65 commit abb1360

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 1.4
44

5+
### 1.4.1
6+
7+
- Implemented a new function to **identify and log files with identical content**.
8+
9+
- Added support for multiple linting tools to ensure higher code standards.
10+
511
### 1.4.0
612

713
- Breaking change: --no-gzip changed to --gzip

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelteesp32",
3-
"version": "1.4.0",
3+
"version": "1.4.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)