es-toolkit 1.39.0-dev.1309 → 1.39.1-dev.1310

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # es-toolkit Changelog
2
2
 
3
+ ## Version v1.39.1
4
+
5
+ Released on June 6th, 2025.
6
+
7
+ - Resolved mismatch between named and default exports in compat .d.ts and .js files to improve TypeScript integration.
8
+
3
9
  ## Version v1.39.0
4
10
 
5
11
  🎉 Released on June 5th, 2025. 🎉
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
3
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
4
- "version": "1.39.0-dev.1309+b8e52715",
4
+ "version": "1.39.1-dev.1310+e3ba19ff",
5
5
  "homepage": "https://es-toolkit.slash.page",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
7
7
  "repository": {