From 0e119098603e0a0b80940f35922a20e900c7b62a Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Fri, 11 Aug 2017 12:23:07 -0400 Subject: [PATCH] Updated to version 1.3.0 --- .idea/encodings.xml | 1 + CHANGES.md | 6 +++++- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 97626ba..ff5f482 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,6 +1,7 @@ + \ No newline at end of file diff --git a/CHANGES.md b/CHANGES.md index a2f9393..0d295ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,13 @@ Change Log ========== +### 1.3.0 2017-08-11 +* Fixed parsing models with concave or n-sided faces. [#85](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/85) +* Fixed parsing models with line breaks. [#85](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/85) + ### 1.2.0 2017-07-11 -* Change texture sampling to use `NEAREST_MIPMAP_LINEAR` by default [#83](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/83). +* Change texture sampling to use `NEAREST_MIPMAP_LINEAR` by default. [#83](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/83). * Fixed lighting when generating normals. [#89](https://github.com/AnalyticalGraphicsInc/obj2gltf/pull/89) ### 1.1.1 2017-04-25 diff --git a/package.json b/package.json index 6ebf148..2d2c7f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obj2gltf", - "version": "1.2.0", + "version": "1.3.0", "description": "Convert OBJ model format to glTF", "license": "Apache-2.0", "contributors": [