diff --git a/CHANGELOG.md b/CHANGELOG.md index 29fb36842..63ba49eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [3.1.0-next.1](https://github.com/Tresjs/tres/compare/3.1.0-next.0...3.1.0-next.1) (2023-08-18) + + +### Bug Fixes + +* handle deepEqual edge case of DOM elements ([e5285d6](https://github.com/Tresjs/tres/commit/e5285d63461dc80eac26806465929c0195f3dbcb)) + ## [3.1.0-next.0](https://github.com/Tresjs/tres/compare/3.0.1...3.1.0-next.0) (2023-08-18) diff --git a/package.json b/package.json index 469b16f9a..5682858f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/core", "description": "Declarative ThreeJS using Vue Components", - "version": "3.1.0-next.0", + "version": "3.1.0-next.1", "type": "module", "packageManager": "pnpm@8.3.1", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",