소스 검색

chore: release v4.1.0-next.0

alvarosabu 11 달 전
부모
커밋
017dc71055
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 
 
+## [4.1.0-next.0](https://github.com/Tresjs/tres/compare/4.0.2...4.1.0-next.0) (2024-06-09)
+
+
+### Features
+
+* **devtools:** complete instance properties available ([77febc4](https://github.com/Tresjs/tres/commit/77febc44c07c6167869f0b0ebcfaaafe2c757972))
+
 ## [4.0.2](https://github.com/Tresjs/tres/compare/4.0.1...4.0.2) (2024-06-05)
 
 

+ 1 - 1
package.json

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