Skip to content

Commit a9e800c

Browse files
committed
v1.39.6
1 parent b7474dd commit a9e800c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## Version v1.39.6
4+
5+
Released on July 2th, 2025.
6+
7+
- Fixed handling of null/undefined values in `values` function.
8+
- Fixed type safety in `compat/get` by adding GetFieldType utility type.
9+
10+
We sincerely thank @raon0211, @dayongkr, @yhb-flydream, @ssi02014, @JeongHwan-dev, and @guesung for their contributions. We appreciate your great efforts!
11+
312
## Version v1.39.5
413

514
Released on June 24th, 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.5",
3+
"version": "1.39.6",
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.5",
4+
"version": "1.39.6",
55
"homepage": "https://es-toolkit.dev",
66
"bugs": "https://github.com/toss/es-toolkit/issues",
77
"repository": {

0 commit comments

Comments
 (0)