Update CHANGES and package.json

This commit is contained in:
Sean Lilley 2019-07-22 18:44:09 -04:00
parent 080f5debf7
commit 1d0bb5eb35
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change Log
==========
### 3.0.4 - 2019-07-22
* No longer printing texture decode warning if the diffuse and alpha textures are the same. [#205](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/205)
### 3.0.3 2019-06-26
* Fixed parsing of negative face indices. [#191](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/191)

View File

@ -1,6 +1,6 @@
{
"name": "obj2gltf",
"version": "3.0.3",
"version": "3.0.4",
"description": "Convert OBJ model format to glTF",
"license": "Apache-2.0",
"contributors": [