diff --git a/CHANGES.md b/CHANGES.md index b0db92d..326fa8c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,17 @@ Change Log ========== +### 1.0.0 2017-04-13 + +* Breaking changes + * To use `obj2gltf` as a library, call `require('obj2gltf')(input, output, options)`. The previous calling code was `require('obj2gltf').convert(input, output, options)`. + * Many library options and command-line parameters have been renamed. +* Project cleanup. [#49](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/49) + * Speed improvements, especially for larger models. + * Preserves the objects and groups in the obj. + * Added documentation and tests. + * Material fixes. + ### 0.1.7 2017-01-06 * Update gltf-pipeline to 0.1.0-alpha9 diff --git a/package.json b/package.json index b15b7d1..74fd41f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "0.1.7", + "version": "1.0.0", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [