Skip to content

Commit a14f6eb

Browse files
chore(release): 2.15.0 [skip ci]
# [2.15.0](2.14.1...2.15.0) (2022-02-13) ### Bug Fixes * Fixed missing dependency on EasyButtons ([cdee47c](cdee47c)) ### Features * Added integration with MissingScriptType ([274fd76](274fd76)) * Made ProjectSettings public ([31d9bdc](31d9bdc))
1 parent 0dc0c4d commit a14f6eb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.15.0](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.14.1...2.15.0) (2022-02-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed missing dependency on EasyButtons ([cdee47c](https://github.com/SolidAlloy/GenericUnityObjects/commit/cdee47c28a7c25f6e4200676e112ef33449e1407))
7+
8+
9+
### Features
10+
11+
* Added integration with MissingScriptType ([274fd76](https://github.com/SolidAlloy/GenericUnityObjects/commit/274fd7669da460f01512e7798a557f30ca08ef6a))
12+
* Made ProjectSettings public ([31d9bdc](https://github.com/SolidAlloy/GenericUnityObjects/commit/31d9bdc275f37a6b8b1f4e672ac51dbacfdf82cb))
13+
114
## [2.14.1](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.14.0...2.14.1) (2022-02-03)
215

316

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