diff --git a/.npmignore b/.npmignore index 202de55..26f16d5 100644 --- a/.npmignore +++ b/.npmignore @@ -5,6 +5,7 @@ /specs /test /output +.editorconfig .jshintrc .npmignore .travis.yml diff --git a/CHANGES.md b/CHANGES.md index 326fa8c..33d2b86 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Change Log ========== +### 1.1.0 +* Added ability to convert the up-axis of the obj model. [#68](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/68) +* Fixed issues with an extra .bin file being saved when using `--separate`. [#62](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/62) +* Fixed issue where an ambient color of `[1, 1, 1]` overly brightens the converted model. [#70](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/70) + ### 1.0.0 2017-04-13 * Breaking changes diff --git a/package.json b/package.json index 6a45bfd..77b8c22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "1.0.0", + "version": "1.1.0", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [