Skip to content

Commit 13e7c4c

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2021-10-11) ### Bug Fixes * remove need for public constructor of ObjectPoolingManager class. Was causing conflict to fields. ([b3951e5](b3951e5))
1 parent b3951e5 commit 13e7c4c

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.1](https://github.com/MirageNet/ObjectPooler/compare/v1.0.0...v1.0.1) (2021-10-11)
2+
3+
4+
### Bug Fixes
5+
6+
* remove need for public constructor of ObjectPoolingManager class. Was causing conflict to fields. ([b3951e5](https://github.com/MirageNet/ObjectPooler/commit/b3951e539014169905a838190fc3f94c69ed99d2))
7+
18
# 1.0.0 (2021-10-10)
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.0",
4+
"version": "1.0.1",
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)