This commit is contained in:
raon0211 2024-06-05 08:13:00 +09:00
parent 7460d055d2
commit 795c83bd84
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# es-toolkit Changelog
## Version v1.1.0
Released on June 5th, 2024.
- Support passing arguments to throttled and debounced functions. (https://github.com/toss/es-toolkit/pull/26)
## Version v1.0.4
Released on June 4th, 2024.

View File

@ -1,7 +1,7 @@
{
"name": "es-toolkit",
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
"version": "1.0.4",
"version": "1.1.0",
"workspaces": [
"docs"
],
@ -130,4 +130,4 @@
"lint": "eslint ./src --ext .ts",
"format": "prettier --write ."
}
}
}