Skip to content

Commit 06b414f

Browse files
committed
Release
1 parent a26db50 commit 06b414f

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.1.0] - 2020-10-07
11+
1012
### Added
1113

1214
- DropSharedGenerator() and DropSharedFilter() methods. They allow to drop a current generator/filter and create a new one on a next call of sharedGenerator/sharedFilter property.
@@ -88,6 +90,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8890
- Default Int Uniform generator provider.
8991
- Default Marsaglia generator provider.
9092

91-
[unreleased]: https://github.com/ZorPastaman/Random-Generators/compare/v1.0.1...HEAD
93+
[unreleased]: https://github.com/ZorPastaman/Random-Generators/compare/v1.1.0...HEAD
94+
[1.1.0]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.1.0
9295
[1.0.1]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.0.1
9396
[1.0.0]: https://github.com/ZorPastaman/Random-Generators/releases/tag/v1.0.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.0.1",
3+
"version": "1.1.0",
44
"displayName": "Random Generators",
55
"description": "A collection of random generators. The library contains different distributions, modificators and filters.",
66
"unity": "2018.4",

0 commit comments

Comments
 (0)