es-toolkit 1.39.3-dev.1357 → 1.39.4-dev.1358

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 +8 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
- # es-toolkit Changelog
1
+ ## Version v1.39.4
2
+
3
+ Released on June 21st, 2025.
4
+
5
+ - Fixed prototype pollution issue in es-toolkit to enhance security.
6
+ - Enhanced build system to provide compat/\* functions in CommonJS format by default.
7
+
8
+ We thank @raon0211, and @dayongkr for their contributions.
2
9
 
3
10
  ## Version v1.39.3
4
11
 
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.3-dev.1357+b1dc508f",
4
+ "version": "1.39.4-dev.1358+8cdb1fae",
5
5
  "homepage": "https://es-toolkit.slash.page",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
7
7
  "repository": {