mirror of
https://github.com/toss/es-toolkit.git
synced 2025-01-01 04:13:32 +03:00
v1.1.0
This commit is contained in:
parent
7460d055d2
commit
795c83bd84
@ -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.
|
||||
|
@ -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 ."
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user