Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jchook committed Jun 24, 2020
1 parent d191cb6 commit 3c3c298
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
The user-friendly summaries of how this project evolved over
time.

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

- Fixes issue with iOS 9 ([#15](https://github.com/jchook/uuid-random/issues/15))
## 1.3.2 <small>- Jun 24, 2020</small>

- Fixes issue with `test()` case-sensitivity ([#17](https://github.com/jchook/uuid-random/issues/17))
- Improves tests
- Improves benchmarks


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

- Fixes issue with iOS 9 ([#15](https://github.com/jchook/uuid-random/issues/15))


## 1.3.0 <small>- Sept 14, 2019</small>

- 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))
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": "uuid-random",
"version": "1.3.0",
"version": "1.3.2",
"description": "Fastest UUIDv4 with good RNG",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion uuid-random.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c3c298

Please sign in to comment.