diff --git a/CHANGELOG.md b/CHANGELOG.md index e8cbdaffb..422875992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [2.0.0-beta.11](https://github.com/Tresjs/tres/compare/2.0.0-beta.10...2.0.0-beta.11) (2023-04-20) + + +### Bug Fixes + +* optional chaining on insert vnodes ([c2dcf52](https://github.com/Tresjs/tres/commit/c2dcf52c5e30a22953755a96d8bddbd955c5a1d8)) + + +### Reverts + +* Revert "edit getting-started.md" ([fcc6900](https://github.com/Tresjs/tres/commit/fcc690003654ff4ed9af836e8657de25cecda2be)) + ## [2.0.0-beta.10](https://github.com/Tresjs/tres/compare/2.0.0-beta.9...2.0.0-beta.10) (2023-04-19) diff --git a/package.json b/package.json index 72b8039bd..12bfa4563 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/core", "description": "Declarative ThreeJS using Vue Components", - "version": "2.0.0-beta.10", + "version": "2.0.0-beta.11", "type": "module", "packageManager": "pnpm@8.2.0", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",