v1.30.1
Some checks failed
CI / codecov (push) Has been cancelled
Release / release (push) Has been cancelled

This commit is contained in:
Sojin Park 2024-12-14 14:05:26 +09:00 committed by GitHub
parent d433766881
commit becaac59c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -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.

View File

@ -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"

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.30.0",
"version": "1.30.1",
"homepage": "https://es-toolkit.slash.page",
"bugs": "https://github.com/toss/es-toolkit/issues",
"repository": {