Skip to content

Commit c9684d4

Browse files
committed
fix: fix #229
1 parent 854df05 commit c9684d4

File tree

1 file changed

+28
-13
lines changed

1 file changed

+28
-13
lines changed

CHANGELOG.md

+28-13
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
<a name="3.2.1"></a>
6-
## [3.2.1](https://github.com/kelektiv/node-uuid/compare/v3.1.0...v3.2.1) (2018-01-16)
5+
## [3.2.1](https://github.com/kelektiv/node-uuid/compare/v3.2.0...v3.2.1) (2018-01-16)
76

87

98
### Bug Fixes
109

1110
* use msCrypto if available. Fixes [#241](https://github.com/kelektiv/node-uuid/issues/241) ([#247](https://github.com/kelektiv/node-uuid/issues/247)) ([1fef18b](https://github.com/kelektiv/node-uuid/commit/1fef18b))
1211

1312

14-
1513
<a name="3.2.0"></a>
1614
# [3.2.0](https://github.com/kelektiv/node-uuid/compare/v3.1.0...v3.2.0) (2018-01-16)
1715

@@ -27,31 +25,48 @@ All notable changes to this project will be documented in this file. See [standa
2725
* Add v3 Support ([#217](https://github.com/kelektiv/node-uuid/issues/217)) ([d94f726](https://github.com/kelektiv/node-uuid/commit/d94f726))
2826

2927

28+
# [3.1.0](https://github.com/kelektiv/node-uuid/compare/v3.1.0...v3.0.1) (2017-06-17)
29+
30+
### Bug Fixes
31+
32+
* (fix) Add .npmignore file to exclude test/ and other non-essential files from packing. (#183)
33+
* Fix typo (#178)
34+
* Simple typo fix (#165)
35+
36+
### Features
37+
* v5 support in CLI (#197)
38+
* V5 support (#188)
39+
3040

3141
# 3.0.1 (2016-11-28)
3242

33-
* split uuid versions into separate files
43+
* split uuid versions into separate files
44+
3445

3546
# 3.0.0 (2016-11-17)
3647

37-
* remove .parse and .unparse
48+
* remove .parse and .unparse
49+
3850

3951
# 2.0.0
4052

41-
* Removed uuid.BufferClass
53+
* Removed uuid.BufferClass
54+
4255

4356
# 1.4.0
4457

45-
* Improved module context detection
46-
* Removed public RNG functions
58+
* Improved module context detection
59+
* Removed public RNG functions
60+
4761

4862
# 1.3.2
4963

50-
* Improve tests and handling of v1() options (Issue #24)
51-
* Expose RNG option to allow for perf testing with different generators
64+
* Improve tests and handling of v1() options (Issue #24)
65+
* Expose RNG option to allow for perf testing with different generators
66+
5267

5368
# 1.3.0
5469

55-
* Support for version 1 ids, thanks to [@ctavan](https://github.com/ctavan)!
56-
* Support for node.js crypto API
57-
* De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code
70+
* Support for version 1 ids, thanks to [@ctavan](https://github.com/ctavan)!
71+
* Support for node.js crypto API
72+
* De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code

0 commit comments

Comments
 (0)