diff --git a/.npmignore b/.npmignore index 3ba891e5..7628ef2d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ +/.husky /.vscode /.idea /dist diff --git a/CHANGES.md b/CHANGES.md index af6e1bb8..f22315ec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log +### 4.0.2 - 2023-02-10 + +- Update npm module dependencies. + ### 4.0.1 - 2023-01-25 - Fixed crash when writing GLB files above 2GB. [#627](https://github.com/CesiumGS/gltf-pipeline/pull/627) diff --git a/package.json b/package.json index 763bd758..f71500cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gltf-pipeline", - "version": "4.0.1", + "version": "4.0.2", "description": "Content pipeline tools for optimizing glTF assets.", "license": "Apache-2.0", "contributors": [