es-toolkit 1.45.0-dev.1760 → 1.45.1-dev.1761
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.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# es-toolkit Changelog
|
|
2
2
|
|
|
3
|
+
## Version v1.45.1
|
|
4
|
+
|
|
5
|
+
Released on March 4th, 2026.
|
|
6
|
+
|
|
7
|
+
- Reverted the return type of `sample` to not include `undefined`.
|
|
8
|
+
- Fixed Deno install command to include `jsr:` prefix. ([#1627])
|
|
9
|
+
|
|
10
|
+
We sincerely thank @mwln for their contributions. We appreciate your great efforts!
|
|
11
|
+
|
|
3
12
|
## Version v1.45.0
|
|
4
13
|
|
|
5
14
|
Released on March 2nd, 2026.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
|
-
"version": "1.45.
|
|
3
|
+
"version": "1.45.1-dev.1761+dc74cad3",
|
|
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",
|