Skip to content

Commit 398f97a

Browse files
committed
Documentation (npm)
1 parent 66d366c commit 398f97a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.0.2 (2022-07-15)
4+
5+
### Documentation
6+
- Update npm package keywords
7+
38
## v1.0.1 (2022-07-15)
49

510
### Fix

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "puid-js",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Simple, fast, flexible and efficient generation of probably unique identifiers (`puid`, aka random strings) of intuitively specified entropy using pre-defined or custom characters.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
77
"module": "build/module/index.js",
88
"repository": "https://github.com/puid/puid-js",
99
"license": "MIT",
10-
"keywords": [],
10+
"keywords": [
11+
"random",
12+
"random ID",
13+
"random string",
14+
"security",
15+
"entropy",
16+
"token"
17+
],
1118
"scripts": {
1219
"build": "run-p build:*",
1320
"build:main": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)