Bump version and update CHANGES for release

Also regenerate ThirdParty.json and remove unneeded husky entry in
package.json.
This commit is contained in:
Matthew Amato 2023-02-10 15:25:34 -05:00
parent 153517eb8e
commit de69fc72f4
3 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,9 @@
# Change Log # Change Log
### 3.1.6 - 2023-02-10
- Update npm module dependencies.
### 3.1.5 - 2023-01-25 ### 3.1.5 - 2023-01-25
- Fixed crash when writing GLB files above 2GB. [#280](https://github.com/CesiumGS/obj2gltf/pull/280) - Fixed crash when writing GLB files above 2GB. [#280](https://github.com/CesiumGS/obj2gltf/pull/280)

View File

@ -12,7 +12,7 @@
"license": [ "license": [
"Apache-2.0" "Apache-2.0"
], ],
"version": "1.93.0", "version": "1.102.0",
"url": "https://www.npmjs.com/package/cesium" "url": "https://www.npmjs.com/package/cesium"
}, },
{ {
@ -20,7 +20,7 @@
"license": [ "license": [
"MIT" "MIT"
], ],
"version": "10.1.0", "version": "11.1.0",
"url": "https://www.npmjs.com/package/fs-extra" "url": "https://www.npmjs.com/package/fs-extra"
}, },
{ {
@ -28,7 +28,7 @@
"license": [ "license": [
"BSD-3-Clause" "BSD-3-Clause"
], ],
"version": "0.4.3", "version": "0.4.4",
"url": "https://www.npmjs.com/package/jpeg-js" "url": "https://www.npmjs.com/package/jpeg-js"
}, },
{ {
@ -36,7 +36,7 @@
"license": [ "license": [
"MIT" "MIT"
], ],
"version": "2.6.0", "version": "3.0.0",
"url": "https://www.npmjs.com/package/mime" "url": "https://www.npmjs.com/package/mime"
}, },
{ {
@ -52,7 +52,7 @@
"license": [ "license": [
"MIT" "MIT"
], ],
"version": "17.4.1", "version": "17.6.2",
"url": "https://www.npmjs.com/package/yargs" "url": "https://www.npmjs.com/package/yargs"
} }
] ]

View File

@ -1,6 +1,6 @@
{ {
"name": "obj2gltf", "name": "obj2gltf",
"version": "3.1.5", "version": "3.1.6",
"description": "Convert OBJ model format to glTF", "description": "Convert OBJ model format to glTF",
"license": "Apache-2.0", "license": "Apache-2.0",
"contributors": [ "contributors": [
@ -51,11 +51,6 @@
"prettier": "2.8.4", "prettier": "2.8.4",
"pretty-quick": "^3.1.1" "pretty-quick": "^3.1.1"
}, },
"husky": {
"hooks": {
}
},
"scripts": { "scripts": {
"prepare": "husky install", "prepare": "husky install",
"pre-commit": "eslint && pretty-quick --staged", "pre-commit": "eslint && pretty-quick --staged",