Bladeren bron

chore: release v5.0.2

alvarosabu 1 dag geleden
bovenliggende
commit
3d58c73701
2 gewijzigde bestanden met toevoegingen van 7 en 1 verwijderingen
  1. 6 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## [5.0.2](https://github.com/Tresjs/tres/compare/5.0.1...5.0.2) (2025-09-24)
+
+### Bug Fixes
+
+* indicate ESM-only ([#1091](https://github.com/Tresjs/tres/issues/1091)) ([fc3cc7c](https://github.com/Tresjs/tres/commit/fc3cc7c92230b37e56f00d76de8acc4375efb71e))
+
 ## [5.0.1](https://github.com/Tresjs/tres/compare/5.0.0...5.0.1) (2025-09-22)
 
 ### Bug Fixes

+ 1 - 1
package.json

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