瀏覽代碼

chore: release v5.0.1

alvarosabu 1 天之前
父節點
當前提交
1fc412bd3a
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 6 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## [5.0.1](https://github.com/Tresjs/tres/compare/5.0.0...5.0.1) (2025-09-22)
+
+### Bug Fixes
+
+* removed postinstall script ([#1089](https://github.com/Tresjs/tres/issues/1089)) ([59f5024](https://github.com/Tresjs/tres/commit/59f5024de096d20c2873168199271cecf7a88a1c))
+
 ## [5.0.0](https://github.com/Tresjs/tres/compare/4.3.6...5.0.0) (2025-09-20)
 
 ### ⚠ BREAKING CHANGES

+ 1 - 1
package.json

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