Skip to content

Commit c1ec42e

Browse files
chore(release): 2.10.6 [skip ci]
## [2.10.6](2.10.5...2.10.6) (2021-10-07) ### Bug Fixes * Fixed missing method exception in Unity 2020.3.15 and older ([848005c](848005c))
1 parent 848005c commit c1ec42e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.10.6](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.10.5...2.10.6) (2021-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed missing method exception in Unity 2020.3.15 and older ([848005c](https://github.com/SolidAlloy/GenericUnityObjects/commit/848005c47ec8e9d7bef80fdfed05dddebc033cc4))
7+
18
## [2.10.5](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.10.4...2.10.5) (2021-10-03)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.generic-unity-objects",
3-
"version": "2.10.5",
3+
"version": "2.10.6",
44
"displayName": "Generic Unity Objects",
55
"description": "A plugin that allows using of generic scriptable objects and monobehaviours, creating assets and components from them, and instantiating them at runtime.",
66
"dependencies": {

0 commit comments

Comments
 (0)