alvarosabu пре 1 година
родитељ
комит
453c8620a1
2 измењених фајлова са 13 додато и 1 уклоњено
  1. 12 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 
 
 
 
+## [3.4.0](https://github.com/Tresjs/tres/compare/3.3.0...3.4.0) (2023-10-19)
+
+
+### Features
+
+* announce cientos 3.5.0 ([#417](https://github.com/Tresjs/tres/issues/417)) ([064806f](https://github.com/Tresjs/tres/commit/064806f518a6456822e133fb7bd190690b5906de))
+
+
+### Bug Fixes
+
+* pass attrs down to canvas ([#422](https://github.com/Tresjs/tres/issues/422)) ([aeab3e8](https://github.com/Tresjs/tres/commit/aeab3e8632c7b8708cd0b58c5e979d7015368ec9))
+
 ## [3.3.0](https://github.com/Tresjs/tres/compare/3.2.3...3.3.0) (2023-10-02)
 ## [3.3.0](https://github.com/Tresjs/tres/compare/3.2.3...3.3.0) (2023-10-02)
 
 
 
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "@tresjs/core",
   "name": "@tresjs/core",
   "type": "module",
   "type": "module",
-  "version": "3.3.0",
+  "version": "3.4.0",
   "packageManager": "pnpm@8.3.1",
   "packageManager": "pnpm@8.3.1",
   "description": "Declarative ThreeJS using Vue Components",
   "description": "Declarative ThreeJS using Vue Components",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
   "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",