Skip to content

Commit c2ea3fe

Browse files
chore(release): set version to 9.6.5 [skip ci]
### [9.6.5](v9.6.4...v9.6.5) (2019-12-21) #### Bug Fixes * **MemberChange:** refactor inspector logic to be more composable ([d82413c](d82413c)) > The previous refactor of the custom unity InspectorEditor did not split out enough of the logic into their own methods so they were not completely usable independently. > > This refactor splits out the methods even more so they are more independent and can be easily used on their own or overridden.
1 parent a23ec17 commit c2ea3fe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [9.6.5](https://github.com/ExtendRealityLtd/Malimbe/compare/v9.6.4...v9.6.5) (2019-12-21)
4+
5+
#### Bug Fixes
6+
7+
* **MemberChange:** refactor inspector logic to be more composable ([d82413c](https://github.com/ExtendRealityLtd/Malimbe/commit/d82413cdf0eea286a20642128abd3e1a43ef9a14))
8+
> The previous refactor of the custom unity InspectorEditor did not split out enough of the logic into their own methods so they were not completely usable independently.
9+
>
10+
> This refactor splits out the methods even more so they are more independent and can be easily used on their own or overridden.
11+
312
### [9.6.4](https://github.com/ExtendRealityLtd/Malimbe/compare/v9.6.3...v9.6.4) (2019-12-21)
413

514
#### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.malimbe",
33
"displayName": "Malimbe",
44
"description": "A collection of tools to simplify writing public API components in Unity.",
5-
"version": "9.6.4",
5+
"version": "9.6.5",
66
"unity": "2018.1",
77
"keywords": [
88
"editor",

0 commit comments

Comments
 (0)