From 858a5a3c88fc7713a119b2337f8a13fc4319ed52 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Fri, 30 Aug 2024 16:48:39 +0200 Subject: [PATCH] chore: release v4.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7a90994..3d2220280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [4.0.2](https://github.com/Tresjs/cientos/compare/4.0.1...4.0.2) (2024-08-30) + + +### Bug Fixes + +* **useGltf:** use-loader fix for gltf with textures ([#480](https://github.com/Tresjs/cientos/issues/480)) ([f1f983f](https://github.com/Tresjs/cientos/commit/f1f983f94cea8f4cd4bef451c768ff175ddd4f00)) + ## [4.0.1](https://github.com/Tresjs/cientos/compare/4.0.0...4.0.1) (2024-08-30) diff --git a/package.json b/package.json index e0b8aba6b..c492f13e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/cientos", "type": "module", - "version": "4.0.1", + "version": "4.0.2", "packageManager": "pnpm@8.10.2", "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",