diff --git a/CHANGELOG.md b/CHANGELOG.md index bd44fa17b..e0457c85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.4.0-next.10](https://github.com/Tresjs/tres/compare/2.4.0-next.9...2.4.0-next.10) (2023-07-26) + + +### Features + +* changed camera behavior so that the first added camera is always the active one ([1ae3c01](https://github.com/Tresjs/tres/commit/1ae3c01e48648610a9c8dce010bd805acf178b18)) + ## [2.4.0-next.9](https://github.com/Tresjs/tres/compare/2.4.0-next.8...2.4.0-next.9) (2023-07-25) diff --git a/package.json b/package.json index 01bc766a7..645d19813 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/core", "description": "Declarative ThreeJS using Vue Components", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "type": "module", "packageManager": "pnpm@8.3.1", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",