From ffaadebd8ab631d87fb3f625aecf803c4be0fbe7 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Thu, 19 Oct 2023 20:03:38 +0200 Subject: [PATCH] chore: release v3.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebddb5d2..e0ac56846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [3.4.1](https://github.com/Tresjs/tres/compare/3.4.0...3.4.1) (2023-10-19) + + +### Bug Fixes + +* passing class and style attrs only ([#423](https://github.com/Tresjs/tres/issues/423)) ([8fd991a](https://github.com/Tresjs/tres/commit/8fd991a032fff358c815f1b4cb2b98bc44d8eef1)) + ## [3.4.0](https://github.com/Tresjs/tres/compare/3.3.0...3.4.0) (2023-10-19) diff --git a/package.json b/package.json index 2a9047c7e..0ca886b97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/core", "type": "module", - "version": "3.4.0", + "version": "3.4.1", "packageManager": "pnpm@8.3.1", "description": "Declarative ThreeJS using Vue Components", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",