Skip to content

Commit 70ead1f

Browse files
committed
chore: release v1.0.24
Fixed some bugs caused by multitasking reads
1 parent 2b2012e commit 70ead1f

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.0.24] - 2025-09-06
6+
7+
Fixed some bugs caused by multitasking reads
8+
9+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-md5-web",
3-
"version": "1.0.23",
3+
"version": "1.0.24",
44
"description": "A TypeScript project with tsup bundler for Rust WASM MD5 calculation",
55
"type": "module",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)