diff --git a/CHANGELOG.md b/CHANGELOG.md index e5727739f..85c01f4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.0.0-beta.13](https://github.com/Tresjs/tres/compare/2.0.0-beta.12...2.0.0-beta.13) (2023-04-27) + + +### Features + +* add manual camera prop to canvas ([588a3fc](https://github.com/Tresjs/tres/commit/588a3fcddd1557390003bfd0cd5d63db2536fdd7)) + ## [2.0.0-beta.12](https://github.com/Tresjs/tres/compare/2.0.0-beta.11...2.0.0-beta.12) (2023-04-25) diff --git a/package.json b/package.json index ff54e8740..b07003ac6 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.12", + "version": "2.0.0-beta.13", "type": "module", "packageManager": "pnpm@8.3.1", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",