Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@grandom/engines-v4.0.0](https://github.com/grandom-library/grandom-js/compare/@grandom/engines-v3.1.3...@grandom/engines-v4.0.0) (2023-09-06)

### Bug Fixes

* **engines:** fix test on Node.js v16 ([177f5f8](177f5f8))

### Features

* **engines:** add MT19937 as the DefaultEngine ([0c742f0](0c742f0))

### BREAKING CHANGES

* **engines:** complete refactor with a DefaultEngine
  • Loading branch information
semantic-release-bot committed Sep 6, 2023
1 parent 18a77a1 commit 49111ea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/common/engines/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [@grandom/engines-v4.0.0](https://github.com/grandom-library/grandom-js/compare/@grandom/engines-v3.1.3...@grandom/engines-v4.0.0) (2023-09-06)


### Bug Fixes

* **engines:** fix test on Node.js v16 ([177f5f8](https://github.com/grandom-library/grandom-js/commit/177f5f827f5fc21e84ea159aae2f5db63c3ba8c6))


### Features

* **engines:** add MT19937 as the DefaultEngine ([0c742f0](https://github.com/grandom-library/grandom-js/commit/0c742f0da91de42199493f8ca95aa08a36b345e4))


### BREAKING CHANGES

* **engines:** complete refactor with a DefaultEngine

# [@grandom/engines-v3.1.3](https://github.com/grandom-library/grandom-js/compare/@grandom/engines-v3.1.2...@grandom/engines-v3.1.3) (2023-08-27)


Expand Down

0 comments on commit 49111ea

Please sign in to comment.