Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Aug 29, 2022
1 parent 548f970 commit e47b269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions UnityGLTF/Assets/UnityGLTF/CHANGELOG.md
Expand Up @@ -4,6 +4,9 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.12.2-pre] - 2022-08-29
- fix: KHR_animation_pointer export where member is declared on base type

## [1.12.1-pre] - 2022-08-23
- fix: nullref in export of missing mesh

Expand Down
2 changes: 1 addition & 1 deletion UnityGLTF/Assets/UnityGLTF/package.json
@@ -1,7 +1,7 @@
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "1.12.1-pre",
"version": "1.12.2-pre",
"unity": "2018.4",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"keywords": [
Expand Down

0 comments on commit e47b269

Please sign in to comment.