mirror of
https://github.com/toss/es-toolkit.git
synced 2024-12-24 16:32:08 +03:00
v1.30.1
This commit is contained in:
parent
d433766881
commit
becaac59c4
@ -1,5 +1,13 @@
|
||||
# es-toolkit Changelog
|
||||
|
||||
## Version v1.30.1
|
||||
|
||||
Released on December 14th, 2024.
|
||||
|
||||
- Fixed [uniqueId](https://es-toolkit.slash.page/reference/compat/util/uniqueId.html) not being exported in our compatibility library.
|
||||
|
||||
We sincerely thank @redd97 for their contributions. We appreciate your great efforts!
|
||||
|
||||
## Version v1.30.0
|
||||
|
||||
Released on December 13th, 2024.
|
||||
|
2
jsr.json
2
jsr.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@es-toolkit/es-toolkit",
|
||||
"version": "1.30.0",
|
||||
"version": "1.30.1",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./compat": "./src/compat/index.ts"
|
||||
|
@ -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.30.0",
|
||||
"version": "1.30.1",
|
||||
"homepage": "https://es-toolkit.slash.page",
|
||||
"bugs": "https://github.com/toss/es-toolkit/issues",
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user