Skip to content

Commit ebf2971

Browse files
committed
Update: package.json, CHANGELOG.md
1 parent f6188a7 commit ebf2971

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Assets/Editor Toolbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.12.8 [29.12.2023]
2+
3+
### Changed:
4+
- Fix calling the ScriptAttributeUtility.GetDrawerTypeForType method in Unity 2033.3+
5+
- Fix getting and setting scripting defines in Unity 2023+
6+
17
## 0.12.7 [10.12.2023]
28

39
### Changed:

Assets/Editor Toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.browar.editor-toolbox",
33
"displayName": "Editor Toolbox",
4-
"version": "0.12.7",
4+
"version": "0.12.8",
55
"unity": "2018.1",
66
"description": "Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.",
77
"keywords": [

0 commit comments

Comments
 (0)