Browse Source

chore: release v4.0.1

alvarosabu 11 months ago
parent
commit
d2649f990f
2 changed files with 8 additions and 1 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 
 
+## [4.0.1](https://github.com/Tresjs/tres/compare/4.0.0...4.0.1) (2024-06-01)
+
+
+### Bug Fixes
+
+* augmenting types for tres components for the nuxt module ([#710](https://github.com/Tresjs/tres/issues/710)) ([c8a5b0d](https://github.com/Tresjs/tres/commit/c8a5b0dcf8ebd6bf4284126042e8a44eae3ca307))
+
 ## [4.0.0](https://github.com/Tresjs/tres/compare/3.9.0...4.0.0) (2024-05-30)
 
 

+ 1 - 1
package.json

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