Skip to content

Commit 0f81947

Browse files
committed
Fix: Error on detect file type from binary
1 parent 1b664ab commit 0f81947

File tree

3 files changed

+32
-84
lines changed

3 files changed

+32
-84
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## v1.0.1 (dd-mm-yyyy)
8+
9+
##### 🚀 New Features
10+
11+
##### 🐛 Bug Fixes
12+
13+
- Error on detect file type from binary
14+
715
## [v1.0.0](https://github.com/ollm/OpenComic/releases/tag/v1.0.0) (09-12-2023)
816

917
##### 🚀 New Features

package-lock.json

+23-83
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
@@ -72,7 +72,7 @@
7272
"electron-window-state": "^5.0.3",
7373
"epubjs": "^0.3.93",
7474
"fast-xml-parser": "^4.3.2",
75-
"file-type": "^18.7.0",
75+
"file-type": "^16.5.4",
7676
"font-list": "^1.5.1",
7777
"fs": "0.0.1-security",
7878
"fs-extra": "^11.1.1",

0 commit comments

Comments
 (0)