Skip to content

Commit 9d4c467

Browse files
committed
v1.39.8
1 parent 7fac2eb commit 9d4c467

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## Version v1.39.8
4+
5+
Released on July 25th, 2025.
6+
7+
- Aligned the types of `fill`, `pullAll`, `pullAllBy`, `pullAllWith`, `pullAt`, `remove`, and `reverse` in our compatibility library with the latest Lodash types (`@types/lodash` v4.17.20).
8+
39
## Version v1.39.7
410

511
Released on July 9th, 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.7",
3+
"version": "1.39.8",
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.7",
4+
"version": "1.39.8",
55
"homepage": "https://es-toolkit.dev",
66
"bugs": "https://github.com/toss/es-toolkit/issues",
77
"repository": {

0 commit comments

Comments
 (0)