Skip to content

Commit

Permalink
chore(release): set version to 1.39.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.39.0](v1.38.1...v1.39.0) (2021-11-30)

#### Features

* **package.json:** update malimbe to the latest version ([55370a5](55370a5))
  > There is an update in malimbe that will allow the weavers to run first time on Unity 2020 and above.

#### Bug Fixes

* **Data:** prevent null exception on deserializing type ([733ae17](733ae17))
  > The SerializableType could throw a null exception if the assembly fully qualified name was no longer set.
  • Loading branch information
ExtendReality-Bot committed Nov 30, 2021
1 parent 0b0261f commit c71101b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.39.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.38.1...v1.39.0) (2021-11-30)

#### Features

* **package.json:** update malimbe to the latest version ([55370a5](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/55370a5b649ec584adff9c60fe55de1ad7287c6b))
> There is an update in malimbe that will allow the weavers to run first time on Unity 2020 and above.
#### Bug Fixes

* **Data:** prevent null exception on deserializing type ([733ae17](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/733ae1717ee32030bbe471199ccee0a5df12e1f6))
> The SerializableType could throw a null exception if the assembly fully qualified name was no longer set.
### [1.38.1](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.38.0...v1.38.1) (2021-07-21)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "io.extendreality.zinnia.unity",
"displayName": "Zinnia.Unity",
"description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.",
"version": "1.38.1",
"version": "1.39.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit c71101b

Please sign in to comment.