From 46c43507153ec200a495c555c0461d88e2ef91b4 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Sat, 29 Jul 2023 13:19:13 +0200 Subject: [PATCH] chore: release v3.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de368a0b..828f2bcde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +### [3.0.1](https://github.com/Tresjs/tres/compare/3.0.0...3.0.1) (2023-07-29) + + +### Bug Fixes + +* added controls and extend to state context ([#355](https://github.com/Tresjs/tres/issues/355)) ([c2540a5](https://github.com/Tresjs/tres/commit/c2540a55064098b5c7b145a9e785e370b78c4d23)) + ## [3.0.0](https://github.com/Tresjs/tres/compare/2.4.2...3.0.0) (2023-07-29) diff --git a/package.json b/package.json index 03d2ad75c..284710227 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tresjs/core", "description": "Declarative ThreeJS using Vue Components", - "version": "3.0.0", + "version": "3.0.1", "type": "module", "packageManager": "pnpm@8.3.1", "author": "Alvaro Saburido (https://github.com/alvarosabu/)",