Skip to content

Commit 63100fd

Browse files
committed
1.4.0 release
1 parent 9bb9616 commit 63100fd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.4.0] - 2023-07-06
11+
1012
### Added
1113

1214
- Extreme Value distribution.
@@ -159,7 +161,8 @@ some CPUs don't support standard C# denormal epsilon.
159161
- Default Int Uniform generator provider.
160162
- Default Marsaglia generator provider.
161163

162-
[unreleased]: https://github.com/ZorPastaman/Random-Generators/compare/v1.3.1...HEAD
164+
[unreleased]: https://github.com/ZorPastaman/Random-Generators/compare/v1.4.0...HEAD
165+
[1.4.0]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.4.0
163166
[1.3.1]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.3.1
164167
[1.3.0]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.3.0
165168
[1.2.0]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zor.random-generators",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"displayName": "Random Generators",
55
"description": "A collection of random generators. The library contains different distributions, modificators and filters.",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)