Skip to content

Commit 347dc38

Browse files
chore(release): 2.15.0 [skip ci]
# [2.15.0](2.14.0...2.15.0) (2022-05-02) ### Bug Fixes * Made _suppressLogs work properly for all instance of TypeReference ([4034588](4034588)) ### Features * Implemented new algorithm to find the objects with the missing type ([92e8d7e](92e8d7e)) * Started coloring missing types in red to draw attention to them. ([c06d230](c06d230))
1 parent 074afc5 commit 347dc38

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/ClassTypeReference-for-Unity/compare/2.14.0...2.15.0) (2022-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Made _suppressLogs work properly for all instance of TypeReference ([4034588](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/40345887de9e1c17d3496116f6a6064c8401a5b4))
7+
8+
9+
### Features
10+
11+
* Implemented new algorithm to find the objects with the missing type ([92e8d7e](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/92e8d7e0098ad4c073d95ef43f431242a8d8a581))
12+
* Started coloring missing types in red to draw attention to them. ([c06d230](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/c06d2301eb733a7d5e5a0277c37372ef0ce35b37))
13+
114
# [2.14.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.13.0...2.14.0) (2022-03-07)
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.type-references",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"displayName": "Type References",
55
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
66
"dependencies": {

0 commit comments

Comments
 (0)