Skip to content

Commit 3c3c298

Browse files
committed
v1.3.2
1 parent d191cb6 commit 3c3c298

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
The user-friendly summaries of how this project evolved over
44
time.
55

6-
## 1.3.1 <small>- Jun 19, 2020</small>
76

8-
- Fixes issue with iOS 9 ([#15](https://github.com/jchook/uuid-random/issues/15))
7+
## 1.3.2 <small>- Jun 24, 2020</small>
8+
99
- Fixes issue with `test()` case-sensitivity ([#17](https://github.com/jchook/uuid-random/issues/17))
1010
- Improves tests
1111
- Improves benchmarks
1212

1313

14+
## 1.3.1 <small>- Jun 19, 2020</small>
15+
16+
- Fixes issue with iOS 9 ([#15](https://github.com/jchook/uuid-random/issues/15))
17+
18+
1419
## 1.3.0 <small>- Sept 14, 2019</small>
1520

1621
- Exposes `uuid.randomBytes()` so you can override it, e.g. with [nacl](https://github.com/dchest/tweetnacl-js#random-bytes-generation) ([#5](https://github.com/jchook/uuid-random/issues/5#issuecomment-442081338))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uuid-random",
3-
"version": "1.3.0",
3+
"version": "1.3.2",
44
"description": "Fastest UUIDv4 with good RNG",
55
"main": "index.js",
66
"types": "index.d.ts",

uuid-random.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)