Skip to content

Commit

Permalink
Update package.json version and CHANGES for release
Browse files Browse the repository at this point in the history
Also add .husky to .npmignore.
  • Loading branch information
mramato committed Feb 10, 2023
1 parent cbb8cff commit dc21311
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.husky
/.vscode
/.idea
/dist
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit dc21311

Please sign in to comment.