Skip to content

Commit fc89f79

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.5.2...v4.0.0) (2020-07-15) ### ⚠ BREAKING CHANGES * **new implementation:** Entirely new implementation. * **previous implementation:** The native module is no longer installed into React Native. ### Features * **new implementation:** first implementation of the new, pure JS implementation ([2416036](2416036)) ### Bug Fixes * **init:** ensures RNRandomBytes exists before we dereference 'seed' ([4ce665c](4ce665c)) * rm package-lock.json ([6558396](6558396)) ### Code Refactoring * **previous implementation:** eliminate the native module parts leftover from prev impl ([1d3cf7a](1d3cf7a))
1 parent f631b26 commit fc89f79

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## [4.0.0](https://github.com/RobertFischer/react-native-randombytes/compare/v3.5.2...v4.0.0) (2020-07-15)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **new implementation:** Entirely new implementation.
7+
* **previous implementation:** The native module is no longer installed into React Native.
8+
9+
### Features
10+
11+
* **new implementation:** first implementation of the new, pure JS implementation ([2416036](https://github.com/RobertFischer/react-native-randombytes/commit/2416036b4b59abc3fafaa7c02ec109f7ed43258b))
12+
13+
14+
### Bug Fixes
15+
16+
* **init:** ensures RNRandomBytes exists before we dereference 'seed' ([4ce665c](https://github.com/RobertFischer/react-native-randombytes/commit/4ce665c486a137028a55a99c04372fc6df2fc672))
17+
* rm package-lock.json ([6558396](https://github.com/RobertFischer/react-native-randombytes/commit/6558396c5f410bbc2aebc1ccc44a6df79f8d4e8b))
18+
19+
20+
### Code Refactoring
21+
22+
* **previous implementation:** eliminate the native module parts leftover from prev impl ([1d3cf7a](https://github.com/RobertFischer/react-native-randombytes/commit/1d3cf7a642b7ba1759b268762bee28bc9c6b8402))

0 commit comments

Comments
 (0)