Skip to content

Commit 9cf1637

Browse files
committed
update changelog and versions
1 parent 4387d1e commit 9cf1637

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes in Fbx Exporter
22

3+
## [2.0.1-preview.11] - 2019-04-09
4+
CHANGES
5+
* Fix ExportTimelineClipTest failing in unit tests
6+
37
## [2.0.1-preview.10] - 2019-04-01
48
FIXES
59
* Fix integration files still missing. They were ignored by .npmignore created when running Package Validation

com.unity.formats.fbx.tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "tests",
33
"name": "com.unity.formats.fbx.tests",
44
"displayName": "FBX Exporter Tests",
5-
"version": "2.0.0-preview.2",
6-
"unity": "2018.2",
5+
"version": "2.0.0-preview.3",
6+
"unity": "2018.3",
77
"description": "This is not a user-facing package."
88
}

package.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"revision": "@PACKAGE_REVISION@"
2323
},
2424
"relatedPackages": {
25-
"com.unity.formats.fbx.tests": "2.0.0-preview.2"
25+
"com.unity.formats.fbx.tests": "2.0.0-preview.3"
2626
}
2727
}

0 commit comments

Comments
 (0)