Skip to content

Commit a94c2cb

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-10-11) ### Bug Fixes * Needed to add dontdestroyonload to newly create object pooler ([bbc1222](bbc1222))
1 parent 44e6888 commit a94c2cb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Assets/Object Pooler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/MirageNet/ObjectPooler/compare/v1.0.1...v1.0.2) (2021-10-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Needed to add dontdestroyonload to newly create object pooler ([bbc1222](https://github.com/MirageNet/ObjectPooler/commit/bbc12220dbc7abfae011d5ef812d2f0794afca66))
7+
18
## [1.0.1](https://github.com/MirageNet/ObjectPooler/compare/v1.0.0...v1.0.1) (2021-10-11)
29

310

Assets/Object Pooler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.miragenet.objectpooler",
33
"displayName": "Mirage Object Pooler",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"unity": "2021.1.23",
66
"description": "A plugin to handle object pooling locally and network in mirage.",
77
"author": "Mirage Team",

0 commit comments

Comments
 (0)