Skip to content

Commit adc7802

Browse files
chore(release): 2.17.1 [skip ci]
## [2.17.1](2.17.0...2.17.1) (2022-08-02) ### Bug Fixes * Fixed exception when creating a new unity object through Creatable attribute ([99ce2de](99ce2de)) * Fixed incorrect concrete types used for creating generic scriptable objects ([07c73ae](07c73ae))
1 parent 99ce2de commit adc7802

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.17.1](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.17.0...2.17.1) (2022-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed exception when creating a new unity object through Creatable attribute ([99ce2de](https://github.com/SolidAlloy/GenericUnityObjects/commit/99ce2de964c97b68221d75b94238fcda9268e8ce))
7+
* Fixed incorrect concrete types used for creating generic scriptable objects ([07c73ae](https://github.com/SolidAlloy/GenericUnityObjects/commit/07c73ae737869aae22e9b65667d303276b4b0b0a))
8+
19
# [2.17.0](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.16.0...2.17.0) (2022-07-24)
210

311

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.17.0",
3+
"version": "2.17.1",
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)