From 74ceaf47ec67c8a6db946e8637ce91d2f2dd6531 Mon Sep 17 00:00:00 2001 From: raon0211 Date: Fri, 14 Jun 2024 10:34:16 +0900 Subject: [PATCH] v1.3.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eade77ea..4d2b4346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # es-toolkit Changelog +## Version v1.3.0 + +Released on June 14th, 2024. + +### Features + +- Add support for using AbortSignals to cancel `debounce`d functions. (https://github.com/toss/es-toolkit/pull/45) + +### Performance Optimizations + +- Optimize the time complexity of `intersection`. (https://github.com/toss/es-toolkit/pull/47) + ## Version v1.2.2 Released on June 13th, 2024. diff --git a/package.json b/package.json index 529797fd..bd659d72 100644 --- a/package.json +++ b/package.json @@ -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.2.2", + "version": "1.3.0", "workspaces": [ "docs" ], @@ -130,4 +130,4 @@ "lint": "eslint ./src --ext .ts", "format": "prettier --write ." } -} +} \ No newline at end of file