alvarosabu 1 неделя назад
Родитель
Сommit
fc44a8de2b
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 2 - 0
CHANGELOG.md

@@ -1,5 +1,7 @@
 # Changelog
 
+## [5.0.0-next.5](https://github.com/Tresjs/tres/compare/5.0.0-next.4...5.0.0-next.5) (2025-06-20)
+
 ## [5.0.0-next.4](https://github.com/Tresjs/tres/compare/5.0.0-next.3...5.0.0-next.4) (2025-06-20)
 
 ### ⚠ BREAKING CHANGES

+ 1 - 1
package.json

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