Skip to content

Commit cf45eb8

Browse files
committed
v1.3.1
1 parent 4185956 commit cf45eb8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v1.3.1 (2023-08-11)
4+
5+
### Fixes
6+
7+
- Encoders for char sets added in 1.3.0 were defaulting to the basic custom chars encoder rather than optimized versions.
8+
39
## v1.3.0 (2023-08-10)
410

511
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puid-js",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
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, including unicode",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)