From 6b41ce1b57f76d2c17d8db99bfa122c09f8fdb65 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Fri, 4 Oct 2024 16:34:27 +0200 Subject: [PATCH] chore: release v4.0.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d222028..83376f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [4.0.3](https://github.com/Tresjs/cientos/compare/4.0.2...4.0.3) (2024-10-04) + + +### Bug Fixes + +* **deps:** update dependency @tresjs/core to v4.2.10 ([#479](https://github.com/Tresjs/cientos/issues/479)) ([fb3026a](https://github.com/Tresjs/cientos/commit/fb3026aa2f54b2f388f1a074714ac46b10f3af81)) +* discrepancy between param enableDamping in OrbitControl ([#486](https://github.com/Tresjs/cientos/issues/486)) ([97a224c](https://github.com/Tresjs/cientos/commit/97a224c32e5aedf472c77e43dd6c426fc09a1f45)) + ## [4.0.2](https://github.com/Tresjs/cientos/compare/4.0.1...4.0.2) (2024-08-30) diff --git a/package.json b/package.json index c6b7ee6f..3c66e71a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/cientos", "type": "module", - "version": "4.0.2", + "version": "4.0.3", "packageManager": "pnpm@9.9.0", "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",