Skip to content

Commit d88b470

Browse files
chore(release): 2.11.4 [skip ci]
## [2.11.4](2.11.3...2.11.4) (2021-10-24) ### Bug Fixes * Fixed suffixes being added to generated assemblies names when they are updated ([4f79d82](4f79d82)) * Started adding back generated assemblies that exist in the folder but are missing in the database ([1e88e3c](1e88e3c))
1 parent 9472f1a commit d88b470

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.11.4](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.11.3...2.11.4) (2021-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed suffixes being added to generated assemblies names when they are updated ([4f79d82](https://github.com/SolidAlloy/GenericUnityObjects/commit/4f79d822b6b016d58910413ef7bbed2b76bcf0ec))
7+
* Started adding back generated assemblies that exist in the folder but are missing in the database ([1e88e3c](https://github.com/SolidAlloy/GenericUnityObjects/commit/1e88e3cd93882f5ec8c89b6cad437b967eee0197))
8+
19
## [2.11.3](https://github.com/SolidAlloy/GenericUnityObjects/compare/2.11.2...2.11.3) (2021-10-22)
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.11.3",
3+
"version": "2.11.4",
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)