Skip to content

Commit a01246e

Browse files
committed
ready for v1.2.0
1 parent 37110c5 commit a01246e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
- Initial Release
3030

3131
## Minor Releases:
32+
### [v1.2.0] - 2019 07 05
33+
#### Added
34+
- Added UUID tests
35+
#### Changed
36+
- Updated Readme
37+
- Refactored tests
38+
#### Removed
39+
- No more Purify-Int dependency
40+
3241
### [v1.1.0] - 2019 06 29
3342
#### Added
34-
- `randomUUID()` Generate RFC 4122 compliant UUIDs
43+
- `randomUUID()` Generate v4-compliant UUIDs
3544

3645
### [v1.0.1] - 2019 06 23
3746
#### Changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ randomLatin('20')
164164

165165
### randomUUID()
166166

167-
The `randomUUID()` method generates RFC 4122 compliant CSPRNG UUID
167+
The `randomUUID()` method generates v4-compliant CSPRNG UUID
168168

169169
```javascript
170170
const { randomUUID } = require('make-random')

0 commit comments

Comments
 (0)