Skip to content

Commit 4478e33

Browse files
committed
v.1.39.9
1 parent 2bfcb38 commit 4478e33

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# es-toolkit Changelog
22

3+
## Version v1.39.9
4+
5+
Released on August 10th, 2025.
6+
7+
- Fixed `mergeWith` to properly handle null values returned from customizer function.
8+
- Fixed `cloneDeepWith` to properly handle customizer returning null values.
9+
- Fixed some of the documentation issues.
10+
11+
We sincerely thank @raon0211, @joshkel, and @Najeong-Kim for their contributions. We appreciate your great efforts!
12+
313
## Version v1.39.8
414

515
Released on July 25th, 2025.

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@es-toolkit/es-toolkit",
3-
"version": "1.39.8",
3+
"version": "1.39.9",
44
"exports": {
55
".": "./src/index.ts",
66
"./compat": "./src/compat/index.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "es-toolkit",
33
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
4-
"version": "1.39.8",
4+
"version": "1.39.9",
55
"homepage": "https://es-toolkit.dev",
66
"bugs": "https://github.com/toss/es-toolkit/issues",
77
"repository": {

0 commit comments

Comments
 (0)