diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f534865..b6065dbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # es-toolkit Changelog +## Version v1.0.3 + +Released on June 3rd, 2024. + +- Provide correct types for `"module": "Node"`, ` "Node10"`, and `"Node16"`. (https://github.com/toss/es-toolkit/pull/16) + ## Version v1.0.2 Initial release. Released on May 31th, 2024. diff --git a/package.json b/package.json index cb004467f..8bfbf45bf 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.0.2", + "version": "1.0.3", "workspaces": [ "docs" ], @@ -94,4 +94,4 @@ "build": "rm -rf dist esm && tsc -p tsconfig.json --declaration --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js && ./.scripts/postbuild.sh", "test": "vitest run --coverage --typecheck" } -} +} \ No newline at end of file