Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jul 15, 2020
1 parent f631b26 commit fc89f79
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## [4.0.0](https://github.com/RobertFischer/react-native-randombytes/compare/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](https://github.com/RobertFischer/react-native-randombytes/commit/2416036b4b59abc3fafaa7c02ec109f7ed43258b))


### Bug Fixes

* **init:** ensures RNRandomBytes exists before we dereference 'seed' ([4ce665c](https://github.com/RobertFischer/react-native-randombytes/commit/4ce665c486a137028a55a99c04372fc6df2fc672))
* rm package-lock.json ([6558396](https://github.com/RobertFischer/react-native-randombytes/commit/6558396c5f410bbc2aebc1ccc44a6df79f8d4e8b))


### Code Refactoring

* **previous implementation:** eliminate the native module parts leftover from prev impl ([1d3cf7a](https://github.com/RobertFischer/react-native-randombytes/commit/1d3cf7a642b7ba1759b268762bee28bc9c6b8402))

0 comments on commit fc89f79

Please sign in to comment.