diff --git a/CHANGELOG.md b/CHANGELOG.md index 7262fea34..8de963f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [3.2.1](https://github.com/Tresjs/tres/compare/3.2.0...3.2.1) (2023-09-11) + + +### Bug Fixes + +* proxy app context ([#394](https://github.com/Tresjs/tres/issues/394)) ([2301269](https://github.com/Tresjs/tres/commit/2301269aef4d7405ca0d327bd0ae80cebac5aad6)) + ## [3.2.1-next.4](https://github.com/Tresjs/tres/compare/3.2.1-next.3...3.2.1-next.4) (2023-09-11) diff --git a/package.json b/package.json index 9f253ceac..7268f7515 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/core", "type": "module", - "version": "3.2.1-next.4", + "version": "3.2.1", "packageManager": "pnpm@8.3.1", "description": "Declarative ThreeJS using Vue Components", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",