Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kait Wang committed May 16, 2024
1 parent 2981e60 commit 39e4d56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v2.0.2 - 2024-05-16

- Refine built package.

1. Remove comments from built code by setting "removeComments: true" in tsconfig.json
2. Reduce package size by includes necessary files only.

# v2.0.1 - 2024-05-16

- Rewrite code with typescript and support type definition.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sibevin/random-token",
"version": "2.0.1",
"version": "2.0.2",
"description": "A simple way to generate a random token.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 39e4d56

Please sign in to comment.