es-toolkit 1.46.0-dev.1793 → 1.46.1-dev.1794

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 +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # es-toolkit Changelog
2
2
 
3
+ ## Version v1.46.1
4
+
5
+ Released on April 29th, 2026.
6
+
7
+ - Fixed `AbortError` and `TimeoutError` to fall back to `Error` when `DOMException` is undefined. ([#1694])
8
+ - Fixed missing `forEach` and `countBy` exports for `map` and `set`. ([#1695])
9
+
10
+ We sincerely thank @SrAnthony and @umsungjun for their contributions. We appreciate your great efforts!
11
+
3
12
  ## Version v1.46.0
4
13
 
5
14
  Released on April 22th, 2026.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.46.0-dev.1793+29d5e41c",
3
+ "version": "1.46.1-dev.1794+0e8656da",
4
4
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
5
5
  "homepage": "https://es-toolkit.dev",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",